From 4cc4612db9d45d66bea9bd939d6a2918c4f568a8 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Mon, 13 May 2019 12:38:52 -0700 Subject: [PATCH] docs/Homebrew-on-Linux: Fedora 30 needs libxcrypt-compat portable-ruby requires the library libcrypt.so.1. On Fedora 30, that file is provided by libxcrypt-compat. --- docs/Homebrew-on-Linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index 9d43059629..aad08fe0e5 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -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