From f7be590171a2ad00c2468ee32f85751d840fc127 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Mon, 6 Jun 2016 08:48:05 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 7e976ce..279f1dd 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -226,7 +226,7 @@ if [[ ! $optpa -eq 3 ]];then clear - if [[ $tabletype -eq "gpt" ]];then + if [[ $tabletype = "gpt" ]];then lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL tput setaf 6 ; echo "$(T "Select EFI partition")" ; tput setaf 9 options=($(lsblk --output KNAME | sed '1d' | grep 'sd\|hd' | grep '[1-9]$'))