mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
bash/usr-local-bin/codium: remove excess flag, add comment
to link where the no-sandbox comes from
This commit is contained in:
parent
74eb79ec2e
commit
e77fda80d0
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run com.vscodium.codium --no-sandbox --new-window $@
|
# https://github.com/flathub/com.vscodium.codium/issues/55
|
||||||
|
flatpak run com.vscodium.codium --no-sandbox $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user