fix
This commit is contained in:
parent
a05e726edc
commit
c30deaec4b
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ function removeinstaller {
|
|||
|
||||
function freshinstall {
|
||||
if [ "${update}" != "n" ] && [ "${offline}" != "n" ]; then
|
||||
cp -v /opt/${repo}/update-packages ${mountpoint}/usr/bin/update-packages
|
||||
arch-chroot ${mountpoint} update-packages
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue