From 52d2291e2a57a2cb427e6997c95c0fca4b240c82 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 3 Oct 2024 19:46:00 +0200 Subject: [PATCH] menu options --- menu/startup_configuration.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/menu/startup_configuration.sh b/menu/startup_configuration.sh index d8c5843..3858662 100644 --- a/menu/startup_configuration.sh +++ b/menu/startup_configuration.sh @@ -106,15 +106,8 @@ the server will be rebooted. After the reboot, please login as usual and run thi ;;& *"Locate Mirror"*) SUBTITLE="apt-mirror" - msg_box "Current apt-mirror is $REPO" "$SUBTITLE" - if ! yesno_box_yes "Do you want to change the apt-mirror?" "$SUBTITLE" - then - print_text_in_color "$ICyan" "Not changing the apt-mirror..." - sleep 1 - else - print_text_in_color "$ICyan" "Downloading the Locate Mirror script..." - run_script ADDONS locate_mirror - fi + print_text_in_color "$ICyan" "Downloading the Locate Mirror script..." + run_script ADDONS locate_mirror ;;& *) ;;