Skip to content

Commit

Permalink
Update system-update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredy899 authored Jan 7, 2025
1 parent dc651c2 commit 0667f49
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 @@ -57,7 +57,7 @@ fastUpdate() {
"$ESCALATION_TOOL" "$PACKAGER" update
;;
xbps-install)
"$ESCALATION_TOOL" xbps-install -S
"$ESCALATION_TOOL" "$PACKAGER" -S
;;
*)
printf "%b\n" "${RED}Unsupported package manager: ${PACKAGER}${RC}"
Expand Down

0 comments on commit 0667f49

Please sign in to comment.