Skip to content

Commit 7d191be

Browse files
Merge pull request #631 from BrunoZell/install-wget
Install wget in Debian
2 parents 4c5ca95 + 9527ab0 commit 7d191be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/lotus/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sudo pacman -Syu opencl-icd-loader gcc git bzr jq pkg-config opencl-icd-loader o
4141
Ubuntu/Debian:
4242

4343
```bash
44-
sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev -y && sudo apt upgrade -y
44+
sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev wget -y && sudo apt upgrade -y
4545
```
4646

4747
Fedora:

0 commit comments

Comments
 (0)