cwtch-ui/fetch-tor-macos.sh

8 lines
204 B
Bash
Executable File

#!/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
tar -xzf tor.tar.gz
chmod a+x tor/tor
cd ..