Update install.sh

This commit is contained in:
proledatarian 2022-12-12 20:44:41 +00:00
parent fc92224e2a
commit d97e622a66
1 changed files with 2 additions and 0 deletions

View File

@ -144,7 +144,9 @@ sgdisk -n 1:0:+256M /dev/$dev &&
echo
# Setting type for EFI.
echo "Setting partition type."
sgdisk -t 1:ef00 /dev/$dev &&
echo
# Creating system partition.
echo "Creating system partition."