Browse Source

fix issue 32

website
axk4545 7 years ago
parent
commit
fa90a89e3d
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      scripts/postinstall
  2. +0
    -1
      scripts/removal

+ 1
- 1
scripts/postinstall View File

@ -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
;;

+ 0
- 1
scripts/removal View File

@ -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
;;

Loading…
Cancel
Save