Skip to content

Commit

Permalink
Missed output file in wget command.
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe authored Jun 10, 2017
1 parent 6658ac7 commit dedfd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dedfd8f

Please sign in to comment.