Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu authored Jun 13, 2024
1 parent 879dee0 commit 50bb56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/docs/casper/operators/setup/install-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This message is due to the default `openssl` moving to 3.* with Ubuntu 22.04. Yo
https://packages.ubuntu.com/focal/amd64/libssl1.1/download

```
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
sudo dpkg -i ./libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
curl -f -JLO http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
sudo apt install ./libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
```

## Required Number of Open Files
Expand Down

0 comments on commit 50bb56f

Please sign in to comment.