From 086680b6be705babeac7ee4ffcb6ddb879895732 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:49:20 +0100 Subject: [PATCH] Update setup_repo.sh --- linux/setup_repo.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/linux/setup_repo.sh b/linux/setup_repo.sh index 09a425b17f..8000ddfcba 100755 --- a/linux/setup_repo.sh +++ b/linux/setup_repo.sh @@ -27,14 +27,14 @@ if (($(echo "${APT_MAJOR}.${APT_MINOR} < 2.2" | bc -l))); then echo "(not recommended, as you might need to fix your apt configuration)" select yn in "Yes" "No"; do case $yn in - Yes) - echo "Proceeding with override. You have been warned!" - break - ;; - No) - echo "Exiting." - exit 0 - ;; + Yes) + echo "Proceeding with override. You have been warned!" + break + ;; + No) + echo "Exiting." + exit 0 + ;; esac done fi