diff --git a/README.md b/README.md index bfebd0b..cce797e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This is currently in flux as old systems are removed and new systems are added/t Currently, well-supported systems in the stable installer are: - - CentOS/RHEL/Scientific 6 and 7 + - CentOS/RHEL/Scientific 6, 7, and 8 - Debian 7, 8, and 9 - Ubuntu 14.04 LTS, and 16.04 LTS, and 18.04 LTS diff --git a/virtualmin-install.sh b/virtualmin-install.sh index da8b078..f1a3a4c 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -774,7 +774,7 @@ install_with_apt () { systemctl disable "$s">>${RUN_LOG} 2>&1 done run_ok 'apt-get remove --assume-yes --purge apache2* php*' 'Removing apache2 (if installed) before LEMP installation.' - run_ok 'apt-get autoremove --assume-yes' 'Removing unneeded packages that could confict with LEMP stack.' + run_ok 'apt-get autoremove --assume-yes' 'Removing unneeded packages that could conflict with LEMP stack.' run_ok "$install nginx-common" "Installing nginx-common" sed -i 's/listen \[::\]:80 default_server;/#listen \[::\]:80 default_server;/' /etc/nginx/sites-available/default else