Skip to content

Commit

Permalink
Update ssl lib
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 17, 2023
1 parent 3237dd5 commit e707dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-rust_g.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo apt update || true
sudo apt remove -y libssl1.1:amd64 || true
sudo apt install libgcc-s1:i386
sudo apt install -o APT::Immediate-Configure=false libc6:i386
wget http://ftp.de.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1n-0+deb11u4_i386.deb
wget http://ftp.de.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_i386.deb
sudo dpkg -i libssl1.1_1.1.1n-0+deb11u4_i386.deb

# Download rust_g
Expand Down

0 comments on commit e707dd8

Please sign in to comment.