Skip to content

Commit

Permalink
Fixed README Bug, Fixed Download Command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxexcloo committed May 2, 2013
1 parent 6f245fc commit 17abb04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@ This script contains several modules designed to help you set up your server how

To download Minstall to your home directory (it's recommended that you download and run as root) use the following command:

cd ~; rm -rf minstall; mkdir minstall; cd minstall; wget --no-check-certificate -O mnistall.tar.gz http://www.github.com/KnightSwarm/Minstall/archive/2.5.7.tar.gz; tar –strip-components=1 zxvf minstall.tar.gz; rm minstall.tar.gz
wget --no-check-certificate -O minstall.tar.gz http://www.github.com/KnightSwarm/Minstall/archive/2.5.7.tar.gz; tar zxvf minstall.tar.gz; rm minstall.tar.gz; cd Minstall-2.5.7

**Upgrading Packages**

Expand Down Expand Up @@ -77,8 +77,9 @@ Sample Commands
bash minstall.sh http-configure-nginx

**Manage**

bash minstall.sh manage-add-user
bash minstall.sh manage-add-host
bash minstall.sh manage-manage-user
bash minstall.sh manage-manage-host
bash minstall.sh manage-remove-host
bash minstall.sh manage-remove-host

0 comments on commit 17abb04

Please sign in to comment.