From 7c807988252f0f6104c98744d6171bd701e359cc Mon Sep 17 00:00:00 2001 From: gabeszm Date: Thu, 19 Dec 2024 20:30:12 +0000 Subject: [PATCH] Update arch_install.sh --- arch_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch_install.sh b/arch_install.sh index d134cc4..ec69e20 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -16,6 +16,7 @@ while true; do echo "2 - NVIDIA" read -p "Add meg a választásod (1-2): " gpu_choice + # Ha a bemenet érvényes (1 vagy 2), kilépünk a ciklusból if [[ "$gpu_choice" == "1" || "$gpu_choice" == "2" ]]; then break else @@ -32,6 +33,7 @@ while true; do echo "4 - Cinnamon telepítés" read -p "Add meg a választásod (1-4): " de_choice + # Ha a bemenet érvényes (1-4), kilépünk a ciklusból if [[ "$de_choice" =~ ^[1-4]$ ]]; then break else