Drop precise, upgrade patchelf

This commit is contained in:
Jay Lee
2020-03-28 15:49:43 -04:00
parent 21d70bbcb2
commit 3890af9e1a
3 changed files with 4 additions and 12 deletions

View File

@@ -91,7 +91,7 @@ else
python=~/python/bin/python3
pip=~/python/bin/pip3
if ([ "${dist}" == "precise" ] || [ "${dist}" == "trusty" ]); then
if [ "${dist}" == "trusty" ]; then
echo "Installing deps for StaticX..."
if [ ! -d patchelf-$PATCHELF_VERSION ]; then
echo "Downloading PatchELF $PATCHELF_VERSION"