Merge pull request #220 from chavafg/topic/fix-dependencies-fedora

setup: Add make and gcc as dependencies
This commit is contained in:
Salvador Fuentes 2018-12-14 10:58:32 -06:00 committed by GitHub
commit 4fc6e33ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ source "${cidir}/lib.sh"
source /etc/os-release
if [ "$ID" == fedora ];then
sudo -E dnf -y install automake yamllint coreutils moreutils bc
sudo -E dnf -y install automake yamllint coreutils moreutils bc make gcc
elif [ "$ID" == centos ];then
sudo -E yum -y install epel-release
sudo -E yum -y install automake yamllint coreutils moreutils bc