Last active
May 20, 2018 01:54
-
-
Save GitHub30/8ede21c094981e3b11c5f625c08d297a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -xe \ | |
&& sudo apt update \ | |
&& sudo apt install -y git make gcc build-essential libreadline-dev libssl-dev libncurses-dev zlib1g-dev \ | |
&& git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git \ | |
&& cd SoftEtherVPN/ \ | |
&& git checkout refs/tags/5.1 \ | |
&& ./configure \ | |
&& make \ | |
&& sudo make install \ | |
&& set +xe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment