We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79eb752 commit 9e9a3dfCopy full SHA for 9e9a3df
core/tabs/system-setup/system-update.sh
@@ -68,7 +68,7 @@ updateSystem() {
68
;;
69
pacman)
70
"$ESCALATION_TOOL" "$PACKAGER" -Sy --noconfirm --needed archlinux-keyring
71
- "$ESCALATION_TOOL" "$PACKAGER" -Su --noconfirm
+ "$AUR_HELPER" -Su --noconfirm
72
73
zypper)
74
"$ESCALATION_TOOL" "$PACKAGER" ref
0 commit comments