Created
January 22, 2018 03:07
-
-
Save icy/e871b037b18185a53956320957c8e1ea to your computer and use it in GitHub Desktop.
softethervpn-pr-327.patch
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
| root@admin2:/home/softethervpn/dockerfiles# git diff | |
| diff --git a/copyables/build.sh b/copyables/build.sh | |
| index 3b3a203..f188ee6 100644 | |
| --- a/copyables/build.sh | |
| +++ b/copyables/build.sh | |
| @@ -7,7 +7,9 @@ yum -y update \ | |
| && yum -y groupinstall "Development Tools" \ | |
| && yum -y install readline-devel ncurses-devel openssl-devel iptables | |
| -git clone --depth 1 https://github.com/SoftEtherVPN/SoftEtherVPN.git /usr/local/src/vpnserver | |
| +#git clone --depth 1 https://github.com/SoftEtherVPN/SoftEtherVPN.git /usr/local/src/vpnserver | |
| +#git clone --depth 1 https://github.com/kyanh-huynh/SoftEtherVPN.git /usr/local/src/vpnserver | |
| +git clone --depth 1 --branch with-pr-327 --single-branch https://github.com/kyanh-huynh/SoftEtherVPN.git /usr/local/src/vpnserver | |
| cd /usr/local/src/vpnserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment