Compare commits
2 Commits
e1b75419c9
...
a4f6ea6f9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
a4f6ea6f9c
|
|||
|
86e9244590
|
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user