Skip to content

Commit

Permalink
Merge pull request #610 from BenediktMKuehne/fix-libssl-ubuntu
Browse files Browse the repository at this point in the history
update ubuntu libssl source
  • Loading branch information
m-1-k-3 authored May 4, 2023
2 parents 7c7a3ea + 14cac75 commit e572eb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions installer/ID1_ubuntu_os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ ID1_ubuntu_os() {
# libssl1.1 missing
echo -e "\\n""$BOLD""Installing libssl1.1 for mongodb!""$NC"
# echo "deb http://security.ubuntu.com/ubuntu impish-security main" | tee /etc/apt/sources.list.d/impish-security.list
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1-1ubuntu2.1~18.04.21_amd64.deb -O external/libssl-dev_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb -O external/libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
dpkg -i external/libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
dpkg -i external/libssl-dev_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
rm external/libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
rm external/libssl-dev_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1-1ubuntu2.1~18.04.22_amd64.deb -O external/libssl-dev_1.1.1-1ubuntu2.1~18.04.22_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.22_amd64.deb -O external/libssl1.1_1.1.1-1ubuntu2.1~18.04.22_amd64.deb
dpkg -i external/libssl1.1_1.1.1-1ubuntu2.1~18.04.22_amd64.deb
dpkg -i external/libssl-dev_1.1.1-1ubuntu2.1~18.04.22_amd64.deb
rm external/libssl1.1_1.1.1-1ubuntu2.1~18.04.22_amd64.deb
rm external/libssl-dev_1.1.1-1ubuntu2.1~18.04.22_amd64.deb
fi

if [[ "$WSL" -eq 1 ]]; then
Expand Down

0 comments on commit e572eb1

Please sign in to comment.