diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index e8ddeabed..08dbe33f2 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2849,7 +2849,7 @@ getsource() { select_mirror() { DIALOG --msgbox "Keep in mind ftp.archlinux.org is throttled.\nPlease select another mirror to get full download speed." 8 65 # FIXME: this regex doesn't honor commenting - MIRRORS=$(egrep -o '((ftp)|(http))://[^/]*' "${MIRRORLIST}" | sed 's|$| _|g') + MIRRORS=$(egrep -o '((ftp)|(http)|(https))://[^/]*' "${MIRRORLIST}" | sed 's|$| _|g') DIALOG --menu "Select an FTP/HTTP mirror" 14 55 7 \ ${MIRRORS} \ "Custom" "_" 2>${ANSWER} || return 1