Merge pull request #26 from Marwolf/master

Readme update
This commit is contained in:
Marwolf
2018-08-21 06:58:36 -04:00
committed by GitHub
2 changed files with 9 additions and 11 deletions

View File

@@ -258,12 +258,12 @@ if [ "$install" == "1" ]; then
echo "" echo ""
echo "" echo ""
echo "Permitting ports through the firewall." echo "Permitting ports through the firewall."
firewall-cmd --permanent --add-port=53595/tcp sudo firewall-cmd --permanent --add-port=53595/tcp
firewall-cmd --permanent --add-port=8080/tcp sudo firewall-cmd --permanent --add-port=8080/tcp
firewall-cmd --permanent --add-port=9000/tcp sudo firewall-cmd --permanent --add-port=9000/tcp
firewall-cmd --permanent --add-port=443/tcp sudo firewall-cmd --permanent --add-port=443/tcp
firewall-cmd --permanent --add-port=22/tcp sudo firewall-cmd --permanent --add-port=22/tcp
firewall-cmd --reload sudo firewall-cmd --reload
echo "" echo ""
echo "" echo ""
echo "Do you have Oracle Java JDK 8 and Ant installed already? It is required for this." echo "Do you have Oracle Java JDK 8 and Ant installed already? It is required for this."
@@ -278,7 +278,7 @@ if [ "$install" == "1" ]; then
# CentOS 7 Java ===================================================> # CentOS 7 Java ===================================================>
if [ "$java" == "1" ]; then if [ "$java" == "1" ]; then
sudo dnf -y install ant openjfx sudo dnf -y install ant java-1.8.0-openjdk
wget --no-cookies \ wget --no-cookies \
--no-check-certificate \ --no-check-certificate \
--header "Cookie: oraclelicense=accept-securebackup-cookie" \ --header "Cookie: oraclelicense=accept-securebackup-cookie" \

View File

@@ -51,11 +51,9 @@ ___
* Mac OS X High Sierra * Mac OS X High Sierra
* Ubuntu Linux 16.04 and above (or a derivative like Mint Linux) * Ubuntu Linux 18.04 and above (or a derivative like Mint Linux)
* Fedora Linux 28 * Other Linux (no support will be provided)
* CentOS 7 x64
[Return to top](#top) [Return to top](#top)
___ ___