mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
typo
This commit is contained in:
parent
79435504f9
commit
df963c99ca
@ -5,7 +5,7 @@ GO_X86=https://storage.googleapis.com/golang/go1.5.1.linux-386.tar.gz
|
||||
ARCH=$(uname -m)
|
||||
GO_CUR=${GO_AMD64}
|
||||
|
||||
if [ "$ARCH" == "i686" || "$ARCH" == "i386" ]; then
|
||||
if [ "$ARCH" == "i686" ] || [ "$ARCH" == "i386" ]; then
|
||||
GO_CUR=${GO_X86}
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user