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

Commit

Permalink
fix: replace busted justfile snippet (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 8, 2023
1 parent bca6a9c commit ec124f2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,7 @@ distrobox-opensuse:
distrobox-ubuntu:
echo 'Creating Ubuntu distrobox ...'
distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 -n ubuntu -Y

setup-flatpaks:
echo 'Installing flatpaks from the ublue recipe ...'
flatpaks=$(dasel -f /etc/ublue-recipe.yml -r yaml -w json -s 'flatpaks')
flatpaks_count=$(echo $flatpaks | dasel -r json -s 'len()')
for i in $(seq 0 $(($flatpaks_count-1))); do
pkg=$(echo $flatpaks | dasel -r json "[${i}]" | tr -d '"')
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 Expand Up @@ -61,4 +51,4 @@ setup-gaming:
update:
rpm-ostree update
flatpak update -y
distrobox upgrade -a
distrobox upgrade -a

0 comments on commit ec124f2

Please sign in to comment.