Update msgbox of updateMirrors()
This commit is contained in:
parent
1c5ec56e12
commit
45a6b5b1f8
|
@ -362,7 +362,7 @@ setRootPassword() {
|
|||
}
|
||||
|
||||
updateMirrors() {
|
||||
whiptail --msgbox "Now, we will update the mirror list by taking the most recently synchronized HTTPS mirrors sorted by download rate." 0 0
|
||||
calcHeightAndRun "whiptail --msgbox \"Now, we will update the mirror list by taking the most recently synchronized HTTPS mirrors sorted by download rate.\" HEIGHT 65"
|
||||
whiptail --yesno "Would you like to choose your closest countries to narrow the search?" 0 0
|
||||
if [ $? -eq 0 ]; then
|
||||
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
|
||||
|
|
Loading…
Reference in New Issue