staticx from git

This commit is contained in:
Jay Lee
2019-04-23 20:39:26 -04:00
parent c135866f0d
commit 997b2e84da

View File

@@ -60,6 +60,7 @@ $python -V
if [[ "$dist" == "xenial" ]]; then
echo "Installing deps for StaticX..."
sudo apt-get install --yes patchelf scons musl
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
fi
cd $whereibelong
@@ -69,6 +70,5 @@ $pip freeze > upgrades.txt
$pip install --upgrade -r upgrades.txt
$pip install -r src/requirements.txt
$pip install pyinstaller
$pip install staticx
cd $whereibelong