mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-21 21:34:11 +02:00
16 lines
273 B
Bash
16 lines
273 B
Bash
# 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
|