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 @@ -4,9 +4,9 @@ RELEASE=$1
44VERSION=$2
55BLD_NUM=$3
66
7- # Download named build (use Ubuntu 18 - will need to update in far future
8- # when we no longer support Ubuntu 18 )
9- curl -L http://latestbuilds.service.couchbase.com/builds/latestbuilds/couchbase-server/${RELEASE} /${BLD_NUM} /couchbase-server-enterprise_${VERSION} -${BLD_NUM} -ubuntu18 .04_amd64.deb -o couchbase-server.deb
7+ # Download named build (use Ubuntu 20 - will need to update in far future
8+ # when we no longer support Ubuntu 20 )
9+ curl -L http://latestbuilds.service.couchbase.com/builds/latestbuilds/couchbase-server/${RELEASE} /${BLD_NUM} /couchbase-server-enterprise_${VERSION} -${BLD_NUM} -ubuntu20 .04_amd64.deb -o couchbase-server.deb
1010
1111# Extract jar contents
1212ar x couchbase-server.deb
You can’t perform that action at this time.
0 commit comments