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