mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-12 19:40:53 +01:00
bash/usr-local-bin/element: prefer flatpak
This commit is contained in:
parent
c3a72447c7
commit
5d41a732e1
@ -5,6 +5,8 @@
|
|||||||
set -x
|
set -x
|
||||||
# proxy authentication is not supported
|
# proxy authentication is not supported
|
||||||
# https://github.com/vector-im/element-web/issues/3320
|
# https://github.com/vector-im/element-web/issues/3320
|
||||||
/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
|
#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
|
||||||
#flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 $@
|
# Flatpak is preferred for Element not having official Fedora repositories
|
||||||
|
# and at the time of writing being unmaintained in upstream suggested repo.
|
||||||
|
flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user