diff --git a/scripts/postinstall b/scripts/postinstall index f4aa078..31980b8 100755 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -100,7 +100,7 @@ This script will install ruby, eclipse, Spin, sqlite3, plantUML, gitk and MIT Al esac done dnf install -y eclipse-jdt ruby sqlite plantuml gitk geany - bash /usr/local/bin/se/spin.sh && bash /usr/bin/tigeros/se/alloy.sh + bash /usr/local/bin/se/spin.sh && bash /usr/local/bin/se/alloy.sh echo "Install finished" exit ;; diff --git a/scripts/removal b/scripts/removal index 12f2a4f..dab6a57 100755 --- a/scripts/removal +++ b/scripts/removal @@ -51,7 +51,6 @@ This script will remove mysql, mongodb, subversion, filezilla, and nodejs from y done sudo dnf -y remove mongodb subversion filezilla nodejs php mysql-repo.rpm mysql-community-server semanage port -d -t mongod_port_t -p tcp 27017 - firewall-cmd --del-port=22017/tcp --permanent && firewall-cmd --reload echo "Removal finished." exit ;;