Compare commits
2 Commits
e1b75419c9
...
a4f6ea6f9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
a4f6ea6f9c
|
|||
|
86e9244590
|
@@ -114,7 +114,7 @@ elif [[ "${1}" == '--network' ]]; then
|
|||||||
/mnt/run/systemd/resolve/
|
/mnt/run/systemd/resolve/
|
||||||
|
|
||||||
touch \
|
touch \
|
||||||
/etc/NetworkManager/conf.d/10-globally-managed-devices.conf
|
/mnt/etc/NetworkManager/conf.d/10-globally-managed-devices.conf
|
||||||
elif [[ "${1}" == '--apps' ]]; then
|
elif [[ "${1}" == '--apps' ]]; then
|
||||||
app=(\
|
app=(\
|
||||||
io.elementary.calculator \
|
io.elementary.calculator \
|
||||||
@@ -130,10 +130,10 @@ org.gnome.FileRoller \
|
|||||||
org.gnome.font-viewer\
|
org.gnome.font-viewer\
|
||||||
)
|
)
|
||||||
|
|
||||||
apps="app/${app[0]}"
|
apps="app/${app[0]}/x86_64/stable"
|
||||||
|
|
||||||
for ((i=1;i<${#app[@]};i++)); do
|
for ((i=1;i<${#app[@]};i++)); do
|
||||||
apps+=" app/${app[${i}]}"
|
apps+=" app/${app[${i}]}/x86_64/stable"
|
||||||
done
|
done
|
||||||
|
|
||||||
flatpak \
|
flatpak \
|
||||||
|
|||||||
Reference in New Issue
Block a user