Update linux-x86_64-before-install.sh

This commit is contained in:
Jay Lee
2019-10-13 10:53:11 -04:00
committed by GitHub
parent e708e885f6
commit 512c2ee000

View File

@@ -89,8 +89,8 @@ if [[ "$dist" == "precise" ]]; then
sudo make install
fi
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
cd $whereibelong
fi
cd $whereibelong
echo "Upgrading pip packages..."
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U