From c30deaec4b97bb2079fb2dfad25dae2319101827 Mon Sep 17 00:00:00 2001 From: simono41 Date: Wed, 22 Aug 2018 00:37:28 +0200 Subject: [PATCH] fix --- arch-install | 1 + 1 file changed, 1 insertion(+) 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 }