diff --git a/arch-install b/arch-install index 2d2786c..eb4fe61 100755 --- a/arch-install +++ b/arch-install @@ -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 }