From 488e9dda60b8c28da56648a0b2916be5724f7780 Mon Sep 17 00:00:00 2001 From: simono41 Date: Wed, 22 Aug 2018 01:46:44 +0200 Subject: [PATCH] update-packages --- arch-install | 1 + 1 file changed, 1 insertion(+) diff --git a/arch-install b/arch-install index da51b5d..9232761 100755 --- a/arch-install +++ b/arch-install @@ -267,6 +267,7 @@ function cron() { if [ "${version}" == "manjaro" ]; then echo "0 * * * * /usr/bin/update-bootloader" >> ${mountpoint}/var/spool/cron/root fi + echo "0 20 * * * /usr/bin/update-packages" >> ${mountpoint}/var/spool/cron/root }