Linux : Shell Script To Install usermin

Linux : Shell Script To Install usermin

#!/bin/bash

# simple bash script that will install usermin

# By www.kartook.com

echo “This script will install usermin on your box”

yum -y install perl-Net-SSLeay

# move to a temp director

cd /tmp

wget http://downloads.sourceforge.net/project/webadmin/usermin/1.440/usermin-1.440.tar.gz?use_mirror=space

gunzip usermin-1.440.tar.gz

tar xf usermin-1.440.tar

cd usermin-1.440

./setup.sh /usr/local/usermin

When the setup.sh script is run, it will ask the few questions .Just follow..

Then you can download   modules for usermin from HERE

Walllaa!!!!!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.