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 2c72295 commit 27ac253Copy full SHA for 27ac253
core/tabs/system-setup/system-update.sh
@@ -47,9 +47,6 @@ fastUpdate() {
47
fi
48
49
;;
50
- dnf)
51
- "$ESCALATION_TOOL" "$PACKAGER" update -y
52
- ;;
53
zypper)
54
"$ESCALATION_TOOL" "$PACKAGER" ref
55
@@ -67,7 +64,7 @@ updateSystem() {
67
64
"$ESCALATION_TOOL" "$PACKAGER" upgrade -y
68
65
69
66
dnf)
70
- "$ESCALATION_TOOL" "$PACKAGER" upgrade -y
+ "$ESCALATION_TOOL" "$PACKAGER" upgrade --refresh -y
71
72
pacman)
73
"$ESCALATION_TOOL" "$PACKAGER" -Sy --noconfirm --needed archlinux-keyring
0 commit comments