|
|
@ -50,7 +50,7 @@ if [[ "$PMODE" == "y" ]]; then
|
|
|
|
else
|
|
|
|
else
|
|
|
|
prompt "Install target (will be WIPED COMPLETELY)"
|
|
|
|
prompt "Install target (will be WIPED COMPLETELY)"
|
|
|
|
DISK="$response"
|
|
|
|
DISK="$response"
|
|
|
|
if [[ ! -f $DISK ]]; then
|
|
|
|
if [[ $(ls $DISK) == $DISK ]]; then
|
|
|
|
err "Seems like $DISK doesn't exist. Did you typo?"
|
|
|
|
err "Seems like $DISK doesn't exist. Did you typo?"
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
fi
|
|
|
@ -191,4 +191,4 @@ rm /mnt/continue.sh
|
|
|
|
|
|
|
|
|
|
|
|
inf "Installation should now be complete. Please press enter to reboot :)"
|
|
|
|
inf "Installation should now be complete. Please press enter to reboot :)"
|
|
|
|
read
|
|
|
|
read
|
|
|
|
reboot
|
|
|
|
reboot
|
|
|
|