Created
February 3, 2012 07:28
-
-
Save xenophy/1728762 to your computer and use it in GitHub Desktop.
Next JS RPM Install Command.
This file contains hidden or 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
cd /etc/yum.repos.d/; | |
wget http://node-rpm.xenophy.com/el6-node-rpm-xenophy-com.repo | |
sed -i '/^enabled=/d' /etc/yum.repos.d/el6-node-rpm-xenophy-com.repo | |
echo "enabled=1" >> /etc/yum.repos.d/el6-node-rpm-xenophy-com.repo | |
yum clean all; | |
yum install nextjs; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment