From d97e622a665a063070ba04eabc9a85f468cab080 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Mon, 12 Dec 2022 20:44:41 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 9aa4c3c..38e2c53 100644 --- a/install.sh +++ b/install.sh @@ -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."