From da27a95a95f8cde9b598815e20d4e97c2c990f2c Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Sat, 6 May 2017 21:48:25 -0400 Subject: [PATCH] updated to remove mysql-repo.rpm after its installation. --- scripts/postinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postinstall b/scripts/postinstall index 13912b1..fcaa371 100755 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -64,6 +64,7 @@ This script will install mysql, mongodb, subversion, filezilla, and nodejs on yo Please see http://spider.eng.auburn.edu/user-cgi/grasp/grasp.pl?;dl=download_jgrasp.html for download instructions.\n Please note that the JDK is already installed and accesibble on your system." mysql_secure_installation + rm mysql-repo.rpm echo "Install finished" exit ;;