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
+15
View File
@@ -0,0 +1,15 @@
# 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
# install firmware update app
apt-get -y install rpi-update
# firmware update and reboot
rpi-update
reboot