Compare commits

..

No commits in common. "7e4121f7fcaa858f3d19bcfe132eab13b942db2a" and "c81808ee262a7323625a8834008bd680066ee0b7" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
flatpak run org.mozilla.firefox --ProfileManager $@
set +x

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Nheko flatpak with Tor
set -x set -x
#flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko $@ #flatpak run io.github.NhekoReborn.Nheko $@
flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master $@ flatpak run io.github.NhekoReborn.Nheko//master $@
set +x set +x