Merge pull request #156 from xtrm0/revert-155-master

Revert "Repo update during pacman dependency installation"
This commit is contained in:
Ned Williamson 2016-02-28 17:50:48 -05:00
commit e1ffca997b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if [[ "$unamestr" == 'Linux' ]]; then
elif [ $(which pacman) ]; then
echo "installing pip"
sudo pacman -Sy --needed --noconfirm base-devel python2-pip python2-virtualenv
sudo pacman -S --needed --noconfirm base-devel python2-pip python2-virtualenv
PIP="pip2"
elif [ $(which yum) ]; then
sudo yum install -y python-pip python-devel gcc gcc-c++ python-virtualenv glib2-devel