From ec124f2595aa891ed96d7fe2194401c078ff1d14 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 8 Mar 2023 15:30:20 -0500 Subject: [PATCH] fix: replace busted justfile snippet (#66) --- etc/justfile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/etc/justfile b/etc/justfile index ceababf9..554fc8a3 100644 --- a/etc/justfile +++ b/etc/justfile @@ -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 @@ -61,4 +51,4 @@ setup-gaming: update: rpm-ostree update flatpak update -y - distrobox upgrade -a \ No newline at end of file + distrobox upgrade -a