From 487da8ec193121bed795dd2164e91e68cd89f914 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Tue, 11 Dec 2018 16:39:53 +0100 Subject: [PATCH] change arch to Archlinux --- common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.toml b/common.toml index d7b97aa..07ec1f2 100644 --- a/common.toml +++ b/common.toml @@ -7,7 +7,7 @@ [macros.install__work] prefix = ["ovh-root", "install"] -[macros.install__arch] +[macros.install__Archlinux] prefix = ["sudo", "pacman", "-S"] [macros.clone]