Skip to content

Commit

Permalink
update flatpak script
Browse files Browse the repository at this point in the history
  • Loading branch information
ahallrq committed Aug 31, 2024
1 parent 4f94037 commit ad5e9a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions filesystem/usr/share/ublue-os/just/99-redquasar.just
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ install-system-flatpaks:
done
flatpak remote-delete fedora --force 2>/dev/null
echo "Installing Bazzite recommended flatpaks."
ujust _install_system_flatpaks
ujust _install-system-flatpaks
echo "Installing redquasar-ublue system flatpaks.."
SYSTEM_FLATPAK_LIST="$(curl https://raw.githubusercontent.com/ahallrq/redquasar-ublue/main/flatpaks/system_flatpaks | tr '\n' ' ')"
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --system -y install ${SYSTEM_FLATPAK_LIST}
flatpak update --appstream
flatpak --system -y install --noninteractive --no-related flathub ${SYSTEM_FLATPAK_LIST}

0 comments on commit ad5e9a6

Please sign in to comment.