Remove unused script.

This commit is contained in:
Pecusx
2017-10-14 23:28:20 +02:00
committed by GitHub
parent 4477f6dc2c
commit c3aa66619e
-15
View File
@@ -1,15 +0,0 @@
# 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