From 1f5685a7e6788a9d1f8257150b42a22f398dcdaa Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Tue, 27 Oct 2020 21:07:01 +0300 Subject: [PATCH] Fix another typo --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index f1a3a4c..0240f59 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -784,7 +784,7 @@ install_with_apt () { systemctl disable "$s">>${RUN_LOG} 2>&1 done run_ok 'apt-get remove --assume-yes --purge nginx* php*' 'Removing nginx (if installed) before LAMP installation.' - run_ok 'apt-get autoremove --assume-yes' 'Removing unneeded packages that could confict with LAMP stack.' + run_ok 'apt-get autoremove --assume-yes' 'Removing unneeded packages that could conflict with LAMP stack.' fi for d in ${deps}; do run_ok "$install ${d}" "Installing $d"