mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
cd5e8ec98c
commit
a1beec96af
1 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ elif [ $driveName == /dev/sd* ]; then
|
||||||
# Check if the device is a Virtual drive
|
# Check if the device is a Virtual drive
|
||||||
elif [ $driveName == /dev/vd* ]; then
|
elif [ $driveName == /dev/vd* ]; then
|
||||||
# Set variables
|
# Set variables
|
||||||
efiName={$driveName}1
|
efiName="{$driveName}1"
|
||||||
rootName={$driveName}2
|
rootName="{$driveName}2"
|
||||||
swapName={$driveName}3
|
swapName="{$driveName}3"
|
||||||
|
|
||||||
# Check if the device is an eMMC drive
|
# Check if the device is an eMMC drive
|
||||||
elif [ $driveName == /dev/mmcblk* ]; then
|
elif [ $driveName == /dev/mmcblk* ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue