Update file install.sh

This commit is contained in:
dataprolet 2024-01-31 13:04:55 +00:00
parent 737eda70db
commit f8497920b6
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ sgdisk -Z /dev/$dev &&
echo
# Creating boot partition.
echo "Creating boot partition of 256 MB."
sgdisk -n 1:0:+256M /dev/$dev &&
echo "Creating boot partition of 512 MB."
sgdisk -n 1:0:+512M /dev/$dev &&
echo
# Setting type for EFI.