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