cwtch-ui/fetch-tor-macos.sh

8 lines
191 B
Bash
Raw Permalink Normal View History

2021-11-05 01:10:47 +00:00
#!/bin/sh
cd macos
2023-11-25 18:11:07 +00:00
curl https://git.openprivacy.ca/openprivacy/buildfiles/raw/branch/master/tor/tor-0.4.8.9-macos.tar.gz --output tor.tar.gz
2021-11-05 01:10:47 +00:00
tar -xzf tor.tar.gz
chmod a+x Tor/tor.real
2021-11-05 01:10:47 +00:00
cd ..