Specified exactly which version of Flatpaks were being installed to better automate their installation

This commit is contained in:
2025-12-31 18:32:10 -05:00
parent 86e9244590
commit a4f6ea6f9c

View File

@@ -130,10 +130,10 @@ org.gnome.FileRoller \
org.gnome.font-viewer\
)
apps="app/${app[0]}"
apps="app/${app[0]}/x86_64/stable"
for ((i=1;i<${#app[@]};i++)); do
apps+=" app/${app[${i}]}"
apps+=" app/${app[${i}]}/x86_64/stable"
done
flatpak \