From 720b11545d8db089a4541fbb408557961aeb79a0 Mon Sep 17 00:00:00 2001 From: santiagopuerta Date: Sat, 6 Apr 2019 19:28:27 +0200 Subject: [PATCH] Add Ubuntu 18.04 LTS in description of script and README --- README.md | 2 +- virtualmin-install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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