|
|
@ -2,6 +2,9 @@ |
|
|
|
|
|
|
|
|
# Script for installation of PRISM on a clean install of RHEL/CentOS/etc Linux. |
|
|
# Script for installation of PRISM on a clean install of RHEL/CentOS/etc Linux. |
|
|
|
|
|
|
|
|
|
|
|
set -e # Abort if one of the commands fail |
|
|
|
|
|
set -x # Print commands as they are executed |
|
|
|
|
|
|
|
|
# Install dependencies: make/gcc/Java |
|
|
# Install dependencies: make/gcc/Java |
|
|
sudo yum update |
|
|
sudo yum update |
|
|
sudo yum -y install git gcc gcc-c++ java-1.8.0-openjdk-devel |
|
|
sudo yum -y install git gcc gcc-c++ java-1.8.0-openjdk-devel |
|
|
|