Skip to content

Commit

Permalink
fix(ujust): Add --or-update flag for Flatpak command (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknamenamenick authored May 8, 2024
1 parent 624fa1b commit 4bd1872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _install-system-flatpaks:
FLATPAKS="kde_flatpaks/flatpaks"
fi
FLATPAK_LIST="$(curl https://raw.githubusercontent.com/ublue-os/bazzite/main/installer/${FLATPAKS} | tr '\n' ' ')"
flatpak --system -y install ${FLATPAK_LIST}
flatpak --system -y install --or-update ${FLATPAK_LIST}

# Install Bazzite's Steam Game Mode Startup Video
install-gamemode-video:
Expand Down

0 comments on commit 4bd1872

Please sign in to comment.