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
|
||||
|
||||
setup-flatpaks:
|
||||
#!/bin/bash
|
||||
echo 'Installing flatpaks from the ublue recipe ...'
|
||||
flatpaks=$(yq '.flatpaks[]' < /etc/ublue-recipe.yml)
|
||||
for pkg in $flatpaks; do \
|
||||
|
||||
Reference in New Issue
Block a user