fix cancel 'configure mirrorlist'

merge-requests/273/head
Bernhard Landauer 7 years ago
parent 43459071f6
commit 21d873d03c

@ -327,7 +327,7 @@ configure_mirrorlist() {
check_for_error "edit pacman.conf $COPY_PACCONF"
pacman -Syy
;;
*) loopmenu=0
*) return 0
;;
esac
}

Loading…
Cancel
Save