mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
fix (justfile): Add '--reinstall' flag (#2171)
This ensure us that we replace preinstalled fedora flatpaks instead of suffering collision. Signed-off-by: Zeglius <33781398+Zeglius@users.noreply.github.com>
This commit is contained in:
parent
b0167b75fc
commit
a04a32700a
@ -11,7 +11,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 --or-update ${FLATPAK_LIST}
|
||||
flatpak --system -y install --reinstall --or-update ${FLATPAK_LIST}
|
||||
|
||||
# Configure grub bootmenu visibility. pass action 'help' for more info.
|
||||
configure-grub ACTION="":
|
||||
|
Loading…
x
Reference in New Issue
Block a user