fix minor issue
This commit is contained in:
parent
5905efd9a5
commit
c791d23492
2 changed files with 2 additions and 2 deletions
|
@ -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
2
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}
|
||||
${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR}
|
Loading…
Add table
Add a link
Reference in a new issue