update-packages
This commit is contained in:
parent
6bf9ebc697
commit
488e9dda60
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue