From c267ad9217fd9b575253de472831c7ebb5442ac8 Mon Sep 17 00:00:00 2001 From: simono41 Date: Tue, 17 Jul 2018 15:17:02 +0200 Subject: [PATCH] fix --- arch-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-install b/arch-install index bd8b19c..79e7058 100755 --- a/arch-install +++ b/arch-install @@ -1018,7 +1018,7 @@ function abfrage() { else rootpartitionnummer=${m2ssd}3 fi - if [ "y" == "dualboot" ]; then + elif [ "y" == "dualboot" ]; then bootpartitionnummer=${m2ssd}1 efipartitionnummer=${m2ssd}2 if [ "${swap}" != "n" ]; then