We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0edbac commit 6aa194dCopy full SHA for 6aa194d
src/scripts/extensions/couchbase.sh
@@ -7,8 +7,8 @@ add_couchbase_clibs() {
7
else
8
release=$(get -s -n "" "$trunk"/latest | grep -Eo -m 1 "[0-9]+\.[0-9]+\.[0-9]+" | head -n 1)
9
fi
10
- [ "$VERSION_ID" = "22.04" ] && vid=20.04 || vid="$VERSION_ID"
11
- [ "$VERSION_CODENAME" = "jammy" ] && vcn=focal || vcn="$VERSION_CODENAME"
+ [ "$VERSION_ID" = "24.04" ] && vid=22.04 || vid="$VERSION_ID"
+ [ "$VERSION_CODENAME" = "noble" ] && vcn=jammy || vcn="$VERSION_CODENAME"
12
deb_url="$trunk/download/$release/libcouchbase-${release}_ubuntu${vid/./}_${vcn}_amd64.tar"
13
get -q -n /tmp/libcouchbase.tar "$deb_url"
14
sudo tar -xf /tmp/libcouchbase.tar -C /tmp
0 commit comments