Skip to content

Commit

Permalink
fix custom.just
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Aug 8, 2023
1 parent 39875d1 commit 345bd19
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
!include /usr/share/ublue-os/just/00-custom.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!
>>>>>>> 116e53a9e6bc183f174b06f8b54204be8d03dfab

0 comments on commit 345bd19

Please sign in to comment.