Skip to content

Instantly share code, notes, and snippets.

@lxxself
Last active November 28, 2020 14:28
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 lxxself/0c62c1b21f4281017fe9d15b22d16be9 to your computer and use it in GitHub Desktop.
Save lxxself/0c62c1b21f4281017fe9d15b22d16be9 to your computer and use it in GitHub Desktop.
gost
#/bin/sh
mkdir gost
cd gost
wget -O gost.gz https://github.com/ginuerzh/gost/releases/download/v2.11.1/gost-linux-amd64-2.11.1.gz
gzip gost.gz -d
chmod 777 gost
ln gost /usr/bin/gost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment