#!/bin/bash -e #GeoServer Pre-Install Script for Fedora #For use on clean Fedora 24 or 25 box only!! #Usage: wget https://raw.githubusercontent.com/downloads/AcuGIS/geoserver-quick-start/geoserver-fedora.sh #chmod +x geoserver-fedora.sh #./geoserver-fedora.sh function install_webmin(){ #http://doxfer.webmin.com/Webmin/Installation cat >/etc/yum.repos.d/webmin.repo <