fix loop on pacsetup

This commit is contained in:
Tobias Powalowski 2023-11-15 17:01:35 +01:00
parent 8fb6dac8d6
commit 1b8390bdab

View file

@ -55,7 +55,6 @@ _select_mirror() {
if ! pacman -Sy; then
_dialog --title " ERROR " --no-mouse --infobox "Your mirror is not working correctly, please configure again!" 3 60
_SYNC_URL=""
return 1
fi
}