Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
chore!: remove setup-flatpaks
Browse files Browse the repository at this point in the history
* it doesn't make sense with the module system anymore
  • Loading branch information
xynydev committed Aug 26, 2023
1 parent 5cd245c commit fc2f4bb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
!include /usr/share/ublue-os/just/bling.just

# Install all flatpaks defined in recipe.yml
setup-flatpaks:
#!/usr/bin/env bash
echo 'Installing flatpaks from the ublue recipe ...'
flatpaks=$(yq -- '.firstboot.flatpaks[]' "/usr/share/ublue-os/recipe.yml")
for pkg in $flatpaks; do \
echo "Installing: ${pkg}" && \
flatpak install --user --noninteractive flathub $pkg; \
done
# Include some of your custom scripts here!

0 comments on commit fc2f4bb

Please sign in to comment.