mirror of
https://github.com/pkali/piradio-mini.git
synced 2026-05-21 21:35:11 +02:00
Minor changes
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
service radiod stop
|
||||
|
||||
# call clear caches script first
|
||||
/usr/share/radio/html/scripts/clear_caches.sh
|
||||
/usr/share/radio/html/scripts/clear_caches.sh &&
|
||||
|
||||
# to prevent hangs
|
||||
dpkg --configure -a &&
|
||||
|
||||
# get actual packages list
|
||||
apt-get update
|
||||
apt-get update &&
|
||||
|
||||
# update all installed system packages and reboot
|
||||
apt-get -y dist-upgrade
|
||||
|
||||
Reference in New Issue
Block a user