scripts/InstallScripts/UpgradeKernel.sh: RESOURCES is unused, remove it
Also remove leading newline; that's not a valid shebang
This commit is contained in:
parent
33667c4565
commit
9ed8e86ab1
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user