Skip to content

Commit

Permalink
use https and no obscure url shortening services
Browse files Browse the repository at this point in the history
  • Loading branch information
olebowle committed Feb 15, 2018
1 parent 20dab34 commit c9e7b78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL-REPO.sh
Expand Up @@ -13,7 +13,7 @@ sed -i 's/\[ius\]/\[ius\]\nincludepkgs=php56u* yum-plugin-replace/' /etc/yum.rep
rpm -ivh https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm

# add nmsprime repo
curl http://bit.ly/2zGarzc -Lo /etc/yum.repos.d/nmsprime.repo
curl https://raw.githubusercontent.com/schmto/nmsprime/dev/nmsprime.repo -Lo /etc/yum.repos.d/nmsprime.repo

# install and replace php56u
yum install -y php yum-plugin-replace
Expand Down
6 changes: 6 additions & 0 deletions nmsprime.repo
@@ -0,0 +1,6 @@
[nmsprime]
name=NMS Prime
baseurl=https://repo.nmsprime.com/rpm/nmsprime
enabled=1
gpgcheck=0
sslverify=1

0 comments on commit c9e7b78

Please sign in to comment.