From ee15ec4fdb39aad7c15b365eefb11a11e6952a32 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Sun, 12 Mar 2023 16:12:53 +0800 Subject: [PATCH] Update debian9-x86_64.sh --- debian9-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 759869d..3c938af 100755 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -1120,7 +1120,7 @@ if [ "$SOURCES" = "yes" ]; then apt-get install -y --no-install-recommends build-essential git ca-certificates meson pkg-config rm -rf /tmp/glorytun-udp cd /tmp - git clone https://hub.55860.com/angt/glorytun.git /tmp/glorytun-udp + git clone https://hub.55860.com/suyuan168/glorytun.git /tmp/glorytun-udp cd /tmp/glorytun-udp git checkout ${GLORYTUN_UDP_VERSION} git submodule update --init --recursive