From 90f760e3047dbe985cc48a02aec49eb89999ab90 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Wed, 13 Sep 2017 15:30:40 -0500 Subject: [PATCH] Remove mention of env vars, as things that work are in flags --- virtualmin-install.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index bb637b6..38ce4f5 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -15,17 +15,6 @@ # A manual install might work for you though. # See here: http://www.virtualmin.com/documentation/installation/manual/ -# Some environment variables that control the installation: -# DISABLE_EPEL - Install will not enable EPEL repository on CentOS/RHEL. -# Some features will not be available, in this case. Set it -# 1 to instruct the script not to enable EPEL. -# DISABLE_SCL - Install will not enable the Software Collections Library -# on CentOS/RHEL. PHP7 will not be installed. Set it to 1 -# to instruct the script not to enable SCL. -# ENABLE_NGINX - Install will setup nginx, instead of Apache. This is -# experimental. And, nginx is still much less capable than -# Apache. Apache will NOT be installed/configured. - # License and version SERIAL=GPL KEY=GPL