fix minor issue

This commit is contained in:
Hactarus 2018-12-17 10:50:28 +01:00
parent 5905efd9a5
commit c791d23492
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
prefix = ["ovh-root", "install"]
[macros.install__Archlinux]
prefix = ["pacman", "-S", "--no-confirm"]
prefix = ["pacman", "-S", "--noconfirm"]
[macros.clone]
deps = ["git"]

2
init
View file

@ -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}
${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR}