From a42e887fa40969325880112a68124df48325a43f Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Fri, 13 Jul 2018 16:07:01 -0500 Subject: [PATCH 1/2] Remove Ubuntu 18.04 from supported until netplan support in Webmin --- virtualmin-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 0019991..a5a322b 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -18,13 +18,13 @@ # License and version SERIAL=GPL KEY=GPL -VER=6.0.11 +VER=6.0.12 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, 16.04 LTS, and 18.04 LTS, on i386 and amd64" + Ubuntu 14.04 LTS and 16.04 LTS on i386 and amd64" log=/root/virtualmin-install.log skipyesno=0 From 7f50f6e971a738f49ef9a2a47d7b7f2a8c7799ab Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Fri, 27 Jul 2018 01:17:53 -0500 Subject: [PATCH 2/2] typo --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index a5a322b..848d47b 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -929,7 +929,7 @@ if [ $errors -eq "0" ]; then detect_ip log_success "Installation Complete!" log_success "If there were no errors above, Virtualmin should be ready" - log_success "to configure at https://${hostname}:10000 (or https://${address}:10000." + log_success "to configure at https://${hostname}:10000 (or https://${address}:10000)." log_success "You'll receive a security warning in your browser on your first visit." else log_warning "The following errors occurred during installation:"