Merge branch 'bugfix/KASM-5679_bump_ubuntu_libssl_version' into 'develop'

KASM-5679 Add Fix for ubuntu libssl 404

Closes KASM-5679

See merge request kasm-technologies/internal/workspaces-core-images!189
This commit is contained in:
Justin Travis 2024-02-29 01:36:47 +00:00
commit aaffc24df1

View File

@ -3,9 +3,9 @@ set -ex
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
if [[ "${ARCH}" == "arm64" ]]; then
LIBSSLURL="http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_arm64.deb"
LIBSSLURL="http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_arm64.deb"
else
LIBSSLURL="http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb"
LIBSSLURL="http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb"
fi
# intall squid