File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ if [ "$ARCH" == "Linux" ]; then
11
11
OS_VERSION=$( lsb_release -a | grep " Release" | sed -e ' s/Release:[\t]*//g' )
12
12
echo " Your OS Version: Ubuntu ${OS_VERSION} "
13
13
if [ " $OS_VERSION " = " 14.04" ]; then
14
- curl -L ' https://github.com/gxchain/gxb-core/releases/download/testnet-1.0.190311 /gxb_1.0.190311 -ubuntu-14.04.testnet.tar.gz' -o gxb_1.0.190311 -ubuntu-14.04.testnet.tar.gz
15
- tar zxvf gxb_1.0.190311 -ubuntu-14.04.testnet.tar.gz
14
+ curl -L ' https://github.com/gxchain/gxb-core/releases/download/testnet-1.0.190315 /gxb_1.0.190315 -ubuntu-14.04.testnet.tar.gz' -o gxb_1.0.190315 -ubuntu-14.04.testnet.tar.gz
15
+ tar zxvf gxb_1.0.190315 -ubuntu-14.04.testnet.tar.gz
16
16
else
17
- curl -L ' https://github.com/gxchain/gxb-core/releases/download/testnet-1.0.190311 /gxb_1.0.190311 -ubuntu-14.04.testnet.tar.gz' -o gxb_1.0.190311 -ubuntu-16.04.testnet.tar.gz
18
- tar zxvf gxb_1.0.190311 -ubuntu-16.04.testnet.tar.gz
17
+ curl -L ' https://github.com/gxchain/gxb-core/releases/download/testnet-1.0.190315 /gxb_1.0.190315 -ubuntu-14.04.testnet.tar.gz' -o gxb_1.0.190315 -ubuntu-16.04.testnet.tar.gz
18
+ tar zxvf gxb_1.0.190315 -ubuntu-16.04.testnet.tar.gz
19
19
fi
20
20
elif [ " $ARCH " == " Darwin" ]; then
21
- curl -L ' https://github.com/gxchain/gxb-core/releases/download/testnet-1.0.190311 /gxb_1.0.190311 -osx.testnet.tar.gz' -o gxb_1.0.190311 -osx.testnet.tar.gz
22
- tar zxvf gxb_1.0.190311 -osx.testnet.tar.gz
21
+ curl -L ' https://github.com/gxchain/gxb-core/releases/download/testnet-1.0.190315 /gxb_1.0.190315 -osx.testnet.tar.gz' -o gxb_1.0.190315 -osx.testnet.tar.gz
22
+ tar zxvf gxb_1.0.190315 -osx.testnet.tar.gz
23
23
else
24
24
printf " \\ n\\ tGXChain core currently supports macOS & Ubuntu Linux only.\\ n"
25
25
exit 1
You can’t perform that action at this time.
0 commit comments