update-packages

This commit is contained in:
simono41 2018-08-22 01:46:44 +02:00
parent 6bf9ebc697
commit 488e9dda60

View file

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