From cf3b8f2c4963134c6748c733cd446ea060a39885 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Sat, 27 Jun 2020 02:27:38 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0ef09e58ec7823fed24c87bd044a0a1e2b2135da Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Fri, 7 Aug 2020 21:25:07 -0400 Subject: [PATCH 2/2] Fix a typo --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 296ad00..a00af49 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