Update linux-x86_64-before-install.sh

This commit is contained in:
Jay Lee
2019-10-13 12:48:17 -04:00
committed by GitHub
parent 512c2ee000
commit d0262ea6ae

View File

@@ -73,8 +73,8 @@ else
fi
python=~/python/bin/python3
pip=~/python/bin/pip3
cd $whereibelong
fi
$python -V
if [[ "$dist" == "precise" ]]; then
echo "Installing deps for StaticX..."
@@ -89,7 +89,6 @@ if [[ "$dist" == "precise" ]]; then
sudo make install
fi
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
cd $whereibelong
fi
echo "Upgrading pip packages..."