Commit b8509f5bbf82adbca142b641a5679f38dfd3269e

Authored by Sergio Oliveira
1 parent ba70b5c4

Disabled fastestmirror yum plugin in vagrant env

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
vagrant/centos.sh
1 1 #!/bin/bash
2 2  
  3 +### Disable annoying plugin
  4 +sed -i'' s/enabled=1/enabled=0/g /etc/yum/pluginconf.d/fastestmirror.conf
  5 +
3 6 ### Add PUIAS repo
4 7  
5 8 yum install curl -y
... ...