Browse Source

scripts/InstallScripts/UpgradeKernel.sh: RESOURCES is unused, remove it

Also remove leading newline; that's not a valid shebang
Austin English 4 years ago
parent
commit
9ed8e86ab1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scripts/InstallScripts/UpgradeKernel.sh

+ 0 - 2
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 <https://www.gnu.org/licenses/>.
 
-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)