Compare commits

2 Commits

View File

@@ -114,7 +114,7 @@ elif [[ "${1}" == '--network' ]]; then
/mnt/run/systemd/resolve/
touch \
/etc/NetworkManager/conf.d/10-globally-managed-devices.conf
/mnt/etc/NetworkManager/conf.d/10-globally-managed-devices.conf
elif [[ "${1}" == '--apps' ]]; then
app=(\
io.elementary.calculator \
@@ -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 \