From e657930a55f34cbd3502c04b762da4598f970526 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Thu, 7 Jul 2022 11:20:52 +0400 Subject: [PATCH] [Ubuntu] Update link to openssl (#5870) * Update link to openssl * Fix filename in dpkg invocation --- images/linux/scripts/installers/sqlpackage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/linux/scripts/installers/sqlpackage.sh b/images/linux/scripts/installers/sqlpackage.sh index 25dec14cf..12a3ba80f 100644 --- a/images/linux/scripts/installers/sqlpackage.sh +++ b/images/linux/scripts/installers/sqlpackage.sh @@ -10,8 +10,8 @@ source $HELPER_SCRIPTS/os.sh # Install libssl1.1 dependency if isUbuntu22; then - download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb" "/tmp" - dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb + download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb" "/tmp" + dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb fi # Install SqlPackage