Merge pull request #6128 from sjackman/fedora30

docs/Homebrew-on-Linux: Fedora 30 needs libxcrypt-compat
This commit is contained in:
Michka Popoff 2019-05-13 22:44:54 +02:00 committed by GitHub
commit 0265ab75a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,9 @@ sudo apt-get install build-essential curl file git
### Fedora, CentOS, or Red Hat
```sh
sudo yum groupinstall 'Development Tools' && sudo yum install curl file git
sudo yum groupinstall 'Development Tools'
sudo yum install curl file git
sudo yum install libxcrypt-compat # needed by Fedora 30 and up
```
### ARM