Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Last active May 20, 2018 01:54
Show Gist options
  • Save GitHub30/8ede21c094981e3b11c5f625c08d297a to your computer and use it in GitHub Desktop.
Save GitHub30/8ede21c094981e3b11c5f625c08d297a to your computer and use it in GitHub Desktop.
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