This commit is contained in:
simono41 2018-08-22 00:37:28 +02:00
parent a05e726edc
commit c30deaec4b

View file

@ -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
}