We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e9e64 commit 45586e8Copy full SHA for 45586e8
src/test/onetimeserver
@@ -5,9 +5,9 @@ PLATFORM=${_PLATFORM/ /-}
5
6
OS=`uname -s | tr '[:upper:]' '[:lower:]'`
7
8
-THIS_URL="https://gitee.com/zengzetang/onetimeserver/raw/master/onetimeserver"
9
-WRAPPER_URL="https://gitee.com/zengzetang/onetimeserver/raw/master/wrapper/wrapper.c"
10
-ONETIMESERVER_URL="http://localhost:8888/Desktop/onetimeserver-go.txt"
+THIS_URL="https://raw.githubusercontent.com/osheroff/onetimeserver/master/onetimeserver"
+WRAPPER_URL="https://raw.githubusercontent.com/osheroff/onetimeserver/master/wrapper/wrapper.c"
+ONETIMESERVER_URL="https://raw.githubusercontent.com/osheroff/onetimeserver-binaries/master/onetimeserver-go/$OS/onetimeserver-go"
11
CACHE_DIR=$HOME/.onetimeserver/$PLATFORM
12
13
function usage() {
0 commit comments