File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33set -e
44
5- export CB_VERSION=7.0.0
5+ export CB_VERSION=7.0.2
66export CB_RELEASE_URL=https://packages.couchbase.com/releases
7- export CB_PACKAGE=couchbase-server-community_7.0.0 -ubuntu18.04_amd64.deb
7+ export CB_PACKAGE=couchbase-server-community_7.0.2 -ubuntu18.04_amd64.deb
88
99# Community Edition requires that all nodes provision all services or data service only
1010export SERVICES=" kv,n1ql,index,fts"
@@ -40,7 +40,7 @@ sudo apt-get update
4040sudo apt-get install -yq libcouchbase3 libcouchbase-dev build-essential libssl1.0.0 runit wget python-httplib2 chrpath tzdata lsof lshw sysstat net-tools numactl
4141
4242echo " # Downloading couchbase"
43- wget -q -N $CB_RELEASE_URL /$CB_VERSION /$CB_PACKAGE
43+ wget -q -N $CB_RELEASE_URL /$CB_VERSION /$CB_PACKAGE || echo " Failed to download Couchbase $CB_RELEASE_URL "
4444sudo dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
4545
4646# Wait until it's ready
You can’t perform that action at this time.
0 commit comments