Fix incorrectly placed ;

This commit is contained in:
nnyyxxxx 2024-08-29 01:56:50 -04:00
parent e181871b84
commit 83ccd991db

View File

@ -40,8 +40,8 @@ fastUpdate() {
echo -e "${RED}Rate-mirrors failed, restoring backup.${RC}"
$ESCALATION_TOOL cp /etc/pacman.d/mirrorlist.bak /etc/pacman.d/mirrorlist
fi
;;
apt-get|nala)
$ESCALATION_TOOL apt-get update
if ! command_exists nala; then