We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22352dc commit 52d2291Copy full SHA for 52d2291
menu/startup_configuration.sh
@@ -106,15 +106,8 @@ the server will be rebooted. After the reboot, please login as usual and run thi
106
;;&
107
*"Locate Mirror"*)
108
SUBTITLE="apt-mirror"
109
- msg_box "Current apt-mirror is $REPO" "$SUBTITLE"
110
- if ! yesno_box_yes "Do you want to change the apt-mirror?" "$SUBTITLE"
111
- then
112
- print_text_in_color "$ICyan" "Not changing the apt-mirror..."
113
- sleep 1
114
- else
115
- print_text_in_color "$ICyan" "Downloading the Locate Mirror script..."
116
- run_script ADDONS locate_mirror
117
- fi
+ print_text_in_color "$ICyan" "Downloading the Locate Mirror script..."
+ run_script ADDONS locate_mirror
118
119
*)
120
;;
0 commit comments