Update install.sh

This commit is contained in:
Aaron Honeycutt 2022-12-05 20:05:10 +00:00
parent 2c6cde2ef7
commit 340e47060b

View file

@ -17,7 +17,7 @@ echo g # Create new GPT partition table
echo n # Create new partition (for root).
echo # Set default partition number.
echo # Set default first sector.
echo # Set last sector.
echo -8G # Set last sector.
echo n # Create new partition (for swap).
echo # Set default partition number.
echo # Set default first sector.