Revert "Repo update during pacman dependency installation"

This commit is contained in:
xtrm0 2016-02-28 22:47:43 +00:00
parent e5d093d51c
commit 2dea781099
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