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.6.7.tar.gz --output tor.tar.gz
tar -xzf tor.tar.gz
chmod a+x Tor/tor.real
cd ..