Commit 6aa4de9b authored by Gilbert J.M. Forkel's avatar Gilbert J.M. Forkel

Do not exit if yum group install fails, because it also fails if all packages are installed already

parent 7413cfd1
......@@ -129,7 +129,7 @@ install_prerequisites()
elif [ "$(expr match "$PM" '.*\(yum\)')" == "yum" ]; then
#echo "red hat compatible system"
# Note: if you find this list not to be accurate, please submit a patch:
sudo yum groupinstall "Development Tools" || exit 1
sudo yum groupinstall "Development Tools"
prerequisite_list="
bzr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment