Skip to content

Instantly share code, notes, and snippets.

@xenophy
Created February 3, 2012 07:28
Show Gist options
  • Save xenophy/1728762 to your computer and use it in GitHub Desktop.
Save xenophy/1728762 to your computer and use it in GitHub Desktop.
Next JS RPM Install Command.
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