fix: retain variables

This commit is contained in:
ER
2023-03-04 18:37:44 +02:00
parent 1af2eaf11e
commit 091e9396f2

View File

@@ -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 \