Skip to content

Commit

Permalink
menu options
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 3, 2024
1 parent 22352dc commit 52d2291
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions menu/startup_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;&
*)
;;
Expand Down

0 comments on commit 52d2291

Please sign in to comment.