From 656030bd7cfc66623cc11b2c1f6f8720f35c12df Mon Sep 17 00:00:00 2001 From: axk4545 Date: Thu, 13 Apr 2017 23:36:10 -0400 Subject: [PATCH] update and fix postinstall script --- scripts/postinstall | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/postinstall b/scripts/postinstall index 6da9d18..a91e421 100644 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -31,7 +31,7 @@ do ;; "IT/WMC") echo -e "Welcome to the TigerOS IT/WMC package installer script. - This script will install mysql, mongodb, subversion, filezilla and nodejs on you machine." + This script will install mysql, mongodb, subversion, filezilla, nodejs and jGRASP on you machine." while true; do read -p "Do you wish to continue? [y/n] " yn case $yn in @@ -47,6 +47,7 @@ do sudo semanage port -a -t mongod_port_t -p tcp 27017 #sudo dnf install httpd sudo dnf install subversion filezilla nodejs php + #call jGRASP script here echo "Install finished" exit ;; @@ -75,8 +76,8 @@ do [Nn]* ) exit;; esac done - sudo dnf install wireshark python python3 - #call jGrasp installer script here + sudo dnf install eclipse-jdt ruby sqlite + #call Spin and Alloy install scripts here echo "Install finished" exit ;;