mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 13:58:03 +00:00
fix: remove unneeded escape
This commit is contained in:
2
build.sh
2
build.sh
@@ -17,5 +17,5 @@ yq -i '.screens.applications.values.groups.Custom.description = "Flatpaks define
|
||||
yq -i '.screens.applications.values.groups.Custom.default = true' /etc/yafti.yml
|
||||
flatpaks=$(yq '.flatpaks[]' < /etc/ublue-recipe.yml)
|
||||
for pkg in $flatpaks; do \
|
||||
yq -i ".screens.applications.values.groups.Custom.packages += [{'$pkg': '$pkg'}]" /etc/yafti.yml \
|
||||
yq -i ".screens.applications.values.groups.Custom.packages += [{'$pkg': '$pkg'}]" /etc/yafti.yml
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user