mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-05 17:53:00 +01:00
nheko-tor: add missing --env= and use LC_ALL as this is a rare case where that may be fine
This commit is contained in:
parent
4ccd9e4806
commit
bd3c4da069
@ -6,5 +6,5 @@
|
|||||||
# TODO: Handle --help & --version flags
|
# TODO: Handle --help & --version flags
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run LANGUAGE=en --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
|
flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user