From 5905efd9a5c69586d97b88ee9e3e29e24dcd9e1e Mon Sep 17 00:00:00 2001 From: Hactarus Date: Tue, 11 Dec 2018 18:04:47 +0100 Subject: [PATCH] dd --- common.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.toml b/common.toml index 41e13b9..809d4bf 100644 --- a/common.toml +++ b/common.toml @@ -2,13 +2,13 @@ ### Macros ### [macros.install__debian] - prefix = ["sudo", "apt-get", "install", "-y"] + prefix = ["apt-get", "install", "-y"] [macros.install__work] prefix = ["ovh-root", "install"] [macros.install__Archlinux] - prefix = ["sudo", "pacman", "-S", "--no-confirm"] + prefix = ["pacman", "-S", "--no-confirm"] [macros.clone] deps = ["git"]