Merge pull request #11031 from HorlogeSkynet/patch-1
doc: adds missing required `procps` package
This commit is contained in:
commit
8dd5037bcc
@ -57,14 +57,14 @@ Paste at a terminal prompt:
|
||||
### Debian or Ubuntu
|
||||
|
||||
```sh
|
||||
sudo apt-get install build-essential curl file git
|
||||
sudo apt-get install build-essential procps curl file git
|
||||
```
|
||||
|
||||
### Fedora, CentOS, or Red Hat
|
||||
|
||||
```sh
|
||||
sudo yum groupinstall 'Development Tools'
|
||||
sudo yum install curl file git
|
||||
sudo yum install procps-ng curl file git
|
||||
sudo yum install libxcrypt-compat # needed by Fedora 30 and up
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user