Skip to content

Commit

Permalink
Merge pull request #24 from hanthor/main
Browse files Browse the repository at this point in the history
add flatpak installer justfile to home folder
  • Loading branch information
hanthor authored Dec 20, 2024
2 parents 634e253 + 8292652 commit 91cd01a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system_files/etc/skel/.just/justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
install-system-flatpaks:
@if ! flatpak remotes | grep -q flathub; then \
flatpak remote-add --system flathub https://flathub.org/repo/flathub.flatpakrepo; \
fi
@flatpak --system -y install --or-update $(curl -s https://raw.githubusercontent.com/ublue-os/bluefin/main/bluefin_flatpaks/flatpaks | tr '\n' ' ')

0 comments on commit 91cd01a

Please sign in to comment.