Skip to content

Commit 45586e8

Browse files
committed
recover onetimeserver script.
1 parent 09e9e64 commit 45586e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/onetimeserver

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ PLATFORM=${_PLATFORM/ /-}
55

66
OS=`uname -s | tr '[:upper:]' '[:lower:]'`
77

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"
8+
THIS_URL="https://raw.githubusercontent.com/osheroff/onetimeserver/master/onetimeserver"
9+
WRAPPER_URL="https://raw.githubusercontent.com/osheroff/onetimeserver/master/wrapper/wrapper.c"
10+
ONETIMESERVER_URL="https://raw.githubusercontent.com/osheroff/onetimeserver-binaries/master/onetimeserver-go/$OS/onetimeserver-go"
1111
CACHE_DIR=$HOME/.onetimeserver/$PLATFORM
1212

1313
function usage() {

0 commit comments

Comments
 (0)