From 66cfef1c19e1ad85c63fe668564676c4e8def0c6 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Tue, 31 May 2016 13:04:34 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index bb51e16..621d0e5 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -27,7 +27,6 @@ case $optpa in 1) #Abrir gparted grafico startx - break;; 2) #Terminal echo "Seleccione el disco duro para editar" @@ -44,9 +43,6 @@ case $optpa in *) cfdisk /dev/$opt;break;; esac done - break;; - 3) #Todo correcto - break;; esac clear lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL @@ -133,9 +129,6 @@ clear opt=`dialog --stdout --nocancel --menu "¿Usaste EFI/UEFI/GPT o es MBR/BIOS?" 0 0 5 1 "MBR/BIOS" 2 "EFI/UEFI/GPT"` case $opt in - 1) - break - ;; 2) clear lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL @@ -147,7 +140,6 @@ case $opt in *) partefi=$opt;break;; esac done - break;; esac }