File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ run our IRC server.
40
40
41
41
#+begin_src bash
42
42
yum install git-core
43
- yum install nodejs
44
- yum install npm
43
+ yum --enablerepo=epel install nodejs
44
+ yum --enablerepo=epel install npm
45
45
#+end_src
46
46
47
47
* Servers
@@ -54,7 +54,7 @@ tool that you can use from the web.
54
54
#+begin_src bash
55
55
echo "Installing servers"
56
56
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)
58
58
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.710-1.noarch.rpm
59
59
rpm -U webmin-1.710-1.noarch.rpm
60
60
echo "2) HTTPD/Apache"
@@ -93,7 +93,7 @@ yum install figlet
93
93
yum install ImageMagick
94
94
yum --enablerepo=epel install -y mosh
95
95
# Irc clients
96
- yum install scrollz
96
+ yum install ScrollZ
97
97
yum install irssi
98
98
yum install alpine
99
99
yum install pico
You can’t perform that action at this time.
0 commit comments