fix nearby firefox discovery

Former-commit-id: 098cc0b4a8
Former-commit-id: cd5aeaf1599099e78be7d4693f4284d7dac1e1e1
This commit is contained in:
idk
2022-10-23 22:59:23 -04:00
parent d82d5c75e1
commit 29256fdf44
2 changed files with 97 additions and 113 deletions

View File

@ -2,7 +2,8 @@
TORSOCKS=$(which torsocks)
if [ -f "${TORSOCKS}" ]; then
. "${TORSOCKS}" on
#. "${TORSOCKS}" on
echo ""
fi
version="$(curl -s https://aus1.torproject.org/torbrowser/update_3/release/downloads.json | jq -r ".version")"