From dedfd8fd8996a80a916fd579d223eddead936439 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Sat, 10 Jun 2017 17:10:05 -0500 Subject: [PATCH] Missed output file in wget command. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a738156..3cc56c2 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ https://www.virtualmin.com/buy/virtualmin Download it to your server from git: - # wget -O https://raw.githubusercontent.com/virtualmin/virtualmin-install/master/virtualmin-install.sh - # /bin/sh virtualmin-install.sh + # wget -O install.sh https://raw.githubusercontent.com/virtualmin/virtualmin-install/master/virtualmin-install.sh + # /bin/sh install.sh If you're using Virtualmin Professional, you'll need to update the KEY and SERIAL variables inside the script (lines 171 and 172). Get that info from your Software Licenses page under Account on Virtualmin.com.