cwtch-ui/fetch-tor-macos.sh

8 lines
204 B
Bash
Raw Normal View History

2021-11-05 01:10:47 +00:00
#!/bin/sh
cd macos
curl https://archive.torproject.org/tor-package-archive/torbrowser/13.0.1/tor-expert-bundle-macos-aarch64-13.0.1.tar.gz --output tor.tar.gz
2021-11-05 01:10:47 +00:00
tar -xzf tor.tar.gz
chmod a+x tor/tor
2021-11-05 01:10:47 +00:00
cd ..