Skip to content

Instantly share code, notes, and snippets.

@knwng
Created March 11, 2019 00:57
Show Gist options
  • Save knwng/58f459e1627f9612cc5660f0a77fd5e1 to your computer and use it in GitHub Desktop.
Save knwng/58f459e1627f9612cc5660f0a77fd5e1 to your computer and use it in GitHub Desktop.
shadowsocks解决`method aes-256-gcm not supported`方法
#!/bin/sh
pip install https://github.com/shadowsocks/shadowsocks/archive/master.zip -U
sudo apt-get install -y libsodium*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment