New. Maintenance scripts.

This commit is contained in:
Pecusx
2017-10-09 20:28:52 +02:00
committed by GitHub
parent 083d5e2e52
commit 1ff6e59c89
3 changed files with 44 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# stop radio service
service radiod stop
# call clear caches script first
/usr/share/radio/html/scripts/clear_caches.sh
# get actual packages list
apt-get update
# update all installed system packages and reboot
apt-get -y upgrade
reboot