From 9ed8e86ab122eea28b2e791ca6975810ad576a92 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 20 May 2020 16:01:04 -0500 Subject: [PATCH] scripts/InstallScripts/UpgradeKernel.sh: RESOURCES is unused, remove it Also remove leading newline; that's not a valid shebang --- scripts/InstallScripts/UpgradeKernel.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/InstallScripts/UpgradeKernel.sh b/scripts/InstallScripts/UpgradeKernel.sh index 540adba..3759583 100755 --- a/scripts/InstallScripts/UpgradeKernel.sh +++ b/scripts/InstallScripts/UpgradeKernel.sh @@ -1,4 +1,3 @@ - #!/bin/bash #Replace the PrawnOS linux kernel that is installed on the internal emmc storage with @@ -20,7 +19,6 @@ # You should have received a copy of the GNU General Public License # along with PrawnOS. If not, see . -RESOURCES=/InstallResources # Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card BOOT_DEVICE=$(mount | head -n 1 | cut -d '2' -f 1)