add gcc and gcc-c++ to CentOS installer

pushover
Moe 2020-01-05 10:49:52 -08:00
parent 74f0565b81
commit b16d2add14
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ yum install nano $vm dos2unix net-tools curl wget git make zip -y
echo "Updating system"
sudo yum update -y
sudo yum install gcc gcc-c++ -y
#Skip if running from the Ninja installer
if [ "$1" != 1 ]; then

View File

@ -27,6 +27,7 @@ if [ ! -e "./super.json" ]; then
fi
echo "Shinobi - Run yum update"
sudo yum update -y
sudo yum install gcc gcc-c++ -y
sudo yum install make zip dos2unix -y
if ! [ -x "$(command -v node)" ]; then
echo "============="