Update install.sh

This commit is contained in:
Aaron Honeycutt 2022-12-06 16:37:45 +00:00
parent 8850925b7e
commit 8bd99cc405

View file

@ -22,7 +22,9 @@ echo n # Create new partition (for root).
echo # Set default partition number. echo # Set default partition number.
echo # Set default first sector. echo # Set default first sector.
echo # Set default last sector (rest of the disk). echo # Set default last sector (rest of the disk).
echo t # Change partition type.
echo 1 # Pick first partition.
echo 1 # Change first partition to EFI system.
echo w # write changes. echo w # write changes.
) | sudo fdisk $driveName -w always -W always ) | sudo fdisk $driveName -w always -W always