Adds missing required procps
package
In very limited environments, Homebrew manual install fails with : ``` /root/.linuxbrew/Homebrew/Library/Homebrew/cmd/shellenv.sh: line 9: /bin/ps: No such file or directory ``` This has to be fixed by explicitly provisioning `ps` command on the system, since Brew 2.4.7 (see `c1666676`).
This commit is contained in:
parent
698c49067d
commit
c5acda3e5a
@ -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