Specified exactly which version of Flatpaks were being installed to better automate their installation
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user