mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-15 21:55:21 -05:00
Update install.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
GO_AMD64=https://storage.googleapis.com/golang/go1.6.1.linux-amd64.tar.gz
|
||||
GO_X86=https://storage.googleapis.com/golang/go1.6.1.linux-386.tar.gz
|
||||
GO_AMD64=https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz
|
||||
GO_X86=https://storage.googleapis.com/golang/go1.6.2.linux-386.tar.gz
|
||||
ARCH=$(uname -m)
|
||||
GO_CUR=${GO_AMD64}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user