Skip to content

Commit

Permalink
Merge branch 'dev_master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuluuz committed Mar 18, 2019
2 parents 4ca5e9f + c9c9fb8 commit 1347aa1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions script/gxchain_testnet_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ if [ "$ARCH" == "Linux" ]; then
OS_VERSION=$(lsb_release -a | grep "Release" | sed -e 's/Release:[\t]*//g')
echo "Your OS Version: Ubuntu ${OS_VERSION}"
if [ "$OS_VERSION" = "14.04" ]; then
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
tar zxvf gxb_1.0.190311-ubuntu-14.04.testnet.tar.gz
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
tar zxvf gxb_1.0.190315-ubuntu-14.04.testnet.tar.gz
else
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
tar zxvf gxb_1.0.190311-ubuntu-16.04.testnet.tar.gz
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
tar zxvf gxb_1.0.190315-ubuntu-16.04.testnet.tar.gz
fi
elif [ "$ARCH" == "Darwin" ]; then
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
tar zxvf gxb_1.0.190311-osx.testnet.tar.gz
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
tar zxvf gxb_1.0.190315-osx.testnet.tar.gz
else
printf "\\n\\tGXChain core currently supports macOS & Ubuntu Linux only.\\n"
exit 1
Expand Down

0 comments on commit 1347aa1

Please sign in to comment.