Last active
December 27, 2015 13:09
-
-
Save tkuchiki/7331149 to your computer and use it in GitHub Desktop.
add remi repository
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
# RPM GPG KEY | |
rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi | |
# el5 | |
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm | |
# el6 | |
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment