Skip to content

Commit 27ac253

Browse files
Angaddeep Singhadamperkowski
authored andcommitted
additional performance changes from ChrisTitusTech#885
1 parent 2c72295 commit 27ac253

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/tabs/system-setup/system-update.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ fastUpdate() {
4747
fi
4848
fi
4949
;;
50-
dnf)
51-
"$ESCALATION_TOOL" "$PACKAGER" update -y
52-
;;
5350
zypper)
5451
"$ESCALATION_TOOL" "$PACKAGER" ref
5552
;;
@@ -67,7 +64,7 @@ updateSystem() {
6764
"$ESCALATION_TOOL" "$PACKAGER" upgrade -y
6865
;;
6966
dnf)
70-
"$ESCALATION_TOOL" "$PACKAGER" upgrade -y
67+
"$ESCALATION_TOOL" "$PACKAGER" upgrade --refresh -y
7168
;;
7269
pacman)
7370
"$ESCALATION_TOOL" "$PACKAGER" -Sy --noconfirm --needed archlinux-keyring

0 commit comments

Comments
 (0)