mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-11 23:17:35 +01:00
Fix incorrectly placed ;
This commit is contained in:
parent
e181871b84
commit
83ccd991db
@ -40,8 +40,8 @@ fastUpdate() {
|
|||||||
echo -e "${RED}Rate-mirrors failed, restoring backup.${RC}"
|
echo -e "${RED}Rate-mirrors failed, restoring backup.${RC}"
|
||||||
$ESCALATION_TOOL cp /etc/pacman.d/mirrorlist.bak /etc/pacman.d/mirrorlist
|
$ESCALATION_TOOL cp /etc/pacman.d/mirrorlist.bak /etc/pacman.d/mirrorlist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
apt-get|nala)
|
apt-get|nala)
|
||||||
$ESCALATION_TOOL apt-get update
|
$ESCALATION_TOOL apt-get update
|
||||||
if ! command_exists nala; then
|
if ! command_exists nala; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user