mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-21 21:34:11 +02:00
New. Maintenance scripts.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user