5 lines
242 B
Bash
Executable file
5 lines
242 B
Bash
Executable file
#!/bin/sh
|
|
apk upgrade --update | sed "s/^/[`date`] /" >> /var/log/apk-autoupgrade.log
|
|
|
|
# Setup :
|
|
# wget http://s.tyleodev.fr/setup/alp/autoupd-daily -O /etc/periodic/daily/apk-autoupgrade && chmod 700 /etc/periodic/daily/apk-autoupgrade
|