From c3aa66619e6bfa0e539aee20e7e106c9e89f418f Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sat, 14 Oct 2017 23:28:20 +0200 Subject: [PATCH] Remove unused script. --- html/scripts/rpi_firmware_update.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 html/scripts/rpi_firmware_update.sh diff --git a/html/scripts/rpi_firmware_update.sh b/html/scripts/rpi_firmware_update.sh deleted file mode 100644 index d28a4d2..0000000 --- a/html/scripts/rpi_firmware_update.sh +++ /dev/null @@ -1,15 +0,0 @@ -# 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