Update install.sh

pull/119/head
midoks 3 years ago
parent 3c22d5dd6f
commit 133d5e15d0
  1. 2
      plugins/mongodb/install.sh

@ -176,7 +176,7 @@ baseurl=https://repo.mongodb.org/yum/redhat/\$releasever/mongodb-org/${VERSION}/
gpgcheck=1 gpgcheck=1
enabled=1 enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-${VERSION}.asc gpgkey=https://www.mongodb.org/static/pgp/server-${VERSION}.asc
" > /etc/yum.repos.d/mongodb-org-${VERSION}.rep " > /etc/yum.repos.d/mongodb-org-${VERSION}.repo
yum install -y mongodb-org yum install -y mongodb-org
##################### centos end ##################### ##################### centos end #####################

Loading…
Cancel
Save