fix: retain variables
This commit is contained in:
@@ -24,6 +24,7 @@ distrobox-ubuntu:
|
|||||||
distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 -n ubuntu -Y
|
distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 -n ubuntu -Y
|
||||||
|
|
||||||
setup-flatpaks:
|
setup-flatpaks:
|
||||||
|
#!/bin/bash
|
||||||
echo 'Installing flatpaks from the ublue recipe ...'
|
echo 'Installing flatpaks from the ublue recipe ...'
|
||||||
flatpaks=$(yq '.flatpaks[]' < /etc/ublue-recipe.yml)
|
flatpaks=$(yq '.flatpaks[]' < /etc/ublue-recipe.yml)
|
||||||
for pkg in $flatpaks; do \
|
for pkg in $flatpaks; do \
|
||||||
|
|||||||
Reference in New Issue
Block a user