fix
This commit is contained in:
parent
e45a4a9e00
commit
eef7c6056f
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ function removeinstaller {
|
||||||
}
|
}
|
||||||
|
|
||||||
function freshinstall {
|
function freshinstall {
|
||||||
if [ "${update}" != "n" ] && [ "${offline}" == "n" ]; then
|
if [ "${update}" != "n" ] && [ "${offline}" != "n" ]; then
|
||||||
arch-chroot ${mountpoint} "cd /opt/${repo}/; git pull; pacman -Syu $(cat /opt/${repo}/packages_${version}.txt) --needed --noconfirm"
|
arch-chroot ${mountpoint} "cd /opt/${repo}/; git pull; pacman -Syu $(cat /opt/${repo}/packages_${version}.txt) --needed --noconfirm"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue