cwtch-ui/fetch-tor-macos.sh

8 lines
191 B
Bash
Raw Normal View History

2021-11-05 01:10:47 +00:00
#!/bin/sh
cd macos
curl https://git.openprivacy.ca/openprivacy/buildfiles/raw/branch/master/tor/tor-macos-0.4.7.8.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
cd ..