mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-20 22:33:44 +02:00
16 lines
295 B
Bash
16 lines
295 B
Bash
# stop radio service
|
|
service radiod stop
|
|
|
|
# call clear caches script first
|
|
/usr/share/radio/html/scripts/clear_caches.sh &&
|
|
|
|
# to prevent hangs
|
|
dpkg --configure -a &&
|
|
|
|
# get actual packages list
|
|
apt-get update &&
|
|
|
|
# update all installed system packages and reboot
|
|
apt-get -y dist-upgrade
|
|
reboot
|