Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: retain variables
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 4, 2023
1 parent 1af2eaf commit 091e939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ distrobox-ubuntu:
distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 -n ubuntu -Y

setup-flatpaks:
#!/bin/bash
echo 'Installing flatpaks from the ublue recipe ...'
flatpaks=$(yq '.flatpaks[]' < /etc/ublue-recipe.yml)
for pkg in $flatpaks; do \
echo "Installing: ${pkg}" && \
flatpak install --user --noninteractive flathub $pkg; \
done

setup-pwa:
echo 'Giving browser permission to create PWAs (Progressive Web Apps)'
# Add for your favorite chromium-based browser
Expand Down

0 comments on commit 091e939

Please sign in to comment.