From 849923031a8092a19ed9c9bd774a418b9be9575d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 29 Jan 2017 19:54:02 +0000 Subject: install_dependencies.sh: Fedora needs redhat-rpm-config --- install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_dependencies.sh b/install_dependencies.sh index 113ca03..34fbe3d 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -43,7 +43,7 @@ fi # install for fedora command -v dnf >/dev/null 2>&1 if [ $? -eq 0 ] && [ $installed = false ]; then - $SUDO dnf install -y which make automake gcc gcc-c++ gawk git m4 wget python python-pip git + $SUDO dnf install -y which make automake gcc gcc-c++ gawk git m4 wget python python-pip git redhat-rpm-config if [ $? -ne 0 ]; then echo "Install failed" exit 1 -- cgit v1.2.1