mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-01-18 22:31:45 +07:00
Fix libssl link in couchbase [skip ci]
This commit is contained in:
parent
85ed51cf85
commit
cffd8ca58a
@ -23,7 +23,7 @@ add_couchbase_clibs() {
|
|||||||
|
|
||||||
add_old_libssl() {
|
add_old_libssl() {
|
||||||
if [[ "$VERSION_ID" = "24.04" ]]; then
|
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"
|
[ -e /tmp/libssl.deb ] && sudo dpkg -i /tmp/libssl.deb || add_extension_log "couchbase" "Could not install libssl1.1"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user