Skip to content

Commit 4bd1872

Browse files
fix(ujust): Add --or-update flag for Flatpak command (#1095)
1 parent 624fa1b commit 4bd1872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ _install-system-flatpaks:
2828
FLATPAKS="kde_flatpaks/flatpaks"
2929
fi
3030
FLATPAK_LIST="$(curl https://raw.githubusercontent.com/ublue-os/bazzite/main/installer/${FLATPAKS} | tr '\n' ' ')"
31-
flatpak --system -y install ${FLATPAK_LIST}
31+
flatpak --system -y install --or-update ${FLATPAK_LIST}
3232

3333
# Install Bazzite's Steam Game Mode Startup Video
3434
install-gamemode-video:

0 commit comments

Comments
 (0)