Last active
August 29, 2015 14:11
-
-
Save mani95lisa/0c1d797bd8ac8bb8b67b to your computer and use it in GitHub Desktop.
centos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
yum repolist | |
rpm -Uvh http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm | |
sudo yum install nodejs npm --enablerepo=epel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment