Merge pull request #40 from cyberis/master

fixed typos on package installs or added alternate package repos
This commit is contained in:
Paul Ford 2014-10-12 08:25:46 -04:00
commit f20d0e42f2
1 changed files with 4 additions and 4 deletions

View File

@ -40,8 +40,8 @@ run our IRC server.
#+begin_src bash #+begin_src bash
yum install git-core yum install git-core
yum install nodejs yum --enablerepo=epel install nodejs
yum install npm yum --enablerepo=epel install npm
#+end_src #+end_src
* Servers * Servers
@ -54,7 +54,7 @@ tool that you can use from the web.
#+begin_src bash #+begin_src bash
echo "Installing servers" echo "Installing servers"
echo "1) Webmin" echo "1) Webmin"
yum install libnet-ssleay-perl # (so that webmin uses HTTPS rather than HTTP) yum install perl-Net-SSLeay # (so that webmin uses HTTPS rather than HTTP)
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.710-1.noarch.rpm wget http://prdownloads.sourceforge.net/webadmin/webmin-1.710-1.noarch.rpm
rpm -U webmin-1.710-1.noarch.rpm rpm -U webmin-1.710-1.noarch.rpm
echo "2) HTTPD/Apache" echo "2) HTTPD/Apache"
@ -93,7 +93,7 @@ yum install figlet
yum install ImageMagick yum install ImageMagick
yum --enablerepo=epel install -y mosh yum --enablerepo=epel install -y mosh
# Irc clients # Irc clients
yum install scrollz yum install ScrollZ
yum install irssi yum install irssi
yum install alpine yum install alpine
yum install pico yum install pico