From c791d23492660f587c11632c11a01b1232090517 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Mon, 17 Dec 2018 10:50:28 +0100 Subject: [PATCH] fix minor issue --- common.toml | 2 +- init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.toml b/common.toml index 809d4bf..25d771c 100644 --- a/common.toml +++ b/common.toml @@ -8,7 +8,7 @@ prefix = ["ovh-root", "install"] [macros.install__Archlinux] - prefix = ["pacman", "-S", "--no-confirm"] + prefix = ["pacman", "-S", "--noconfirm"] [macros.clone] deps = ["git"] diff --git a/init b/init index fcbbea9..d81b5e3 100755 --- a/init +++ b/init @@ -5,4 +5,4 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi _RDIR=$(cd `dirname $0` && pwd) -echo "a" | ${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR} \ No newline at end of file +${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR} \ No newline at end of file