Skip to content

Commit

Permalink
Fix libssl link in couchbase [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Dec 28, 2024
1 parent 85ed51c commit cffd8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/extensions/couchbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ add_couchbase_clibs() {

add_old_libssl() {
if [[ "$VERSION_ID" = "24.04" ]]; then
get -q -n /tmp/libssl.deb http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
get -q -n /tmp/libssl.deb http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
[ -e /tmp/libssl.deb ] && sudo dpkg -i /tmp/libssl.deb || add_extension_log "couchbase" "Could not install libssl1.1"
fi
}
Expand Down

0 comments on commit cffd8ca

Please sign in to comment.