Skip to content

Instantly share code, notes, and snippets.

@clouedoc
Last active October 21, 2021 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clouedoc/d0bc16c6d754a9d47d5dee97f6282934 to your computer and use it in GitHub Desktop.
Save clouedoc/d0bc16c6d754a9d47d5dee97f6282934 to your computer and use it in GitHub Desktop.
3Proxy installation instructions for MacOS
cd /tmp
git clone https://github.com/3proxy/3proxy.git
cd 3proxy
ln -s Makefile.unix Makefile
make || true # ignore final installation step errors
sudo mv ./bin/3proxy /usr/local/bin
echo "3proxy installed!"
cd ../
sudo rm -rf ./3proxy
echo "cleanup done"
# don't forget your dreams ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment