Skip to content

Commit

Permalink
fix: Updated the OpenSSL download link in Using venv section of Setti…
Browse files Browse the repository at this point in the history
…ng Up (#27954)
  • Loading branch information
sgalpha01 authored Jan 24, 2024
1 parent e1724a8 commit 82ccaeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/overview/contributing/setting_up.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ This is a builtin package and doesn't require explicit installation.

.. code-block:: none
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
PS: If the link gets expired at some point in the future, check http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/?C=M;O=D for a valid one.

Expand Down

0 comments on commit 82ccaeb

Please sign in to comment.