Skip to content

Commit

Permalink
Fixed nala update error (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
pik4li authored Sep 30, 2024
1 parent 7cc38df commit fd2d9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/system-setup/system-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ updateSystem() {
printf "%b\n" "${GREEN}Updating system${RC}"
case "$PACKAGER" in
apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" update -y
"$ESCALATION_TOOL" "$PACKAGER" update
"$ESCALATION_TOOL" "$PACKAGER" upgrade -y
;;
dnf)
Expand Down

0 comments on commit fd2d9ad

Please sign in to comment.