1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
This commit is contained in:
Darien Raymond 2016-01-17 15:22:08 +00:00
commit 9af80c834b

View File

@ -1,7 +1,7 @@
#!/bin/bash
GO_AMD64=https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz
GO_X86=https://storage.googleapis.com/golang/go1.5.2.linux-386.tar.gz
GO_AMD64=https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
GO_X86=https://storage.googleapis.com/golang/go1.5.3.linux-386.tar.gz
ARCH=$(uname -m)
GO_CUR=${GO_AMD64}