diff --git a/README.md b/README.md index 7536dc4..bfebd0b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Currently, well-supported systems in the stable installer are: - CentOS/RHEL/Scientific 6 and 7 - Debian 7, 8, and 9 - - Ubuntu 14.04 LTS, and 16.04 LTS + - Ubuntu 14.04 LTS, and 16.04 LTS, and 18.04 LTS We strongly recommend you use the latest version of your preferred supported distribution. The latest release gets the most active testing and bug fixing. diff --git a/virtualmin-install.sh b/virtualmin-install.sh index bc27f0a..cfff732 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -18,13 +18,13 @@ # License and version SERIAL=GPL KEY=GPL -VER=6.0.17 +VER=6.0.18 vm_version=6 # Currently supported systems: supported=" CentOS/RHEL Linux 6 and 7 on x86_64 Debian 7, 8, and 9, on i386 and amd64 - Ubuntu 14.04 LTS and 16.04 LTS on i386 and amd64" + Ubuntu 14.04 LTS, 16.04 LTS, and 18.04 LTS on i386 and amd64" log=/root/virtualmin-install.log skipyesno=0