Skip to content

Commit f20d0e4

Browse files
committed
Merge pull request tildeclub#40 from cyberis/master
fixed typos on package installs or added alternate package repos
2 parents aaa5b59 + 3ba0b06 commit f20d0e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server.org

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ run our IRC server.
4040

4141
#+begin_src bash
4242
yum install git-core
43-
yum install nodejs
44-
yum install npm
43+
yum --enablerepo=epel install nodejs
44+
yum --enablerepo=epel install npm
4545
#+end_src
4646

4747
* Servers
@@ -54,7 +54,7 @@ tool that you can use from the web.
5454
#+begin_src bash
5555
echo "Installing servers"
5656
echo "1) Webmin"
57-
yum install libnet-ssleay-perl # (so that webmin uses HTTPS rather than HTTP)
57+
yum install perl-Net-SSLeay # (so that webmin uses HTTPS rather than HTTP)
5858
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.710-1.noarch.rpm
5959
rpm -U webmin-1.710-1.noarch.rpm
6060
echo "2) HTTPD/Apache"
@@ -93,7 +93,7 @@ yum install figlet
9393
yum install ImageMagick
9494
yum --enablerepo=epel install -y mosh
9595
# Irc clients
96-
yum install scrollz
96+
yum install ScrollZ
9797
yum install irssi
9898
yum install alpine
9999
yum install pico

0 commit comments

Comments
 (0)