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