Skip to content

Instantly share code, notes, and snippets.

@icy
Created January 22, 2018 03:07
Show Gist options
  • Select an option

  • Save icy/e871b037b18185a53956320957c8e1ea to your computer and use it in GitHub Desktop.

Select an option

Save icy/e871b037b18185a53956320957c8e1ea to your computer and use it in GitHub Desktop.
softethervpn-pr-327.patch
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