Merge pull request #155 from dtouch3d/master

Repo update during pacman dependency installation
This commit is contained in:
Ned Williamson 2016-02-10 11:20:48 -05:00
commit e5d093d51c
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 -S --needed --noconfirm base-devel python2-pip python2-virtualenv
sudo pacman -Sy --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