This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-TigerOS
mirror of
https://github.com/jrtechs/TigerOS.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix issue 32
website
axk4545
7 years ago
parent
740a7d8695
commit
fa90a89e3d
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/postinstall
+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
;;
Write
Preview
Loading…
Cancel
Save