Skip to content

Commit

Permalink
Merge branch 'master' of github.com:virtualmin/virtualmin-install
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 27, 2020
2 parents 6012a94 + bc3f396 commit 0304090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0304090

Please sign in to comment.