Update linux-before-install.sh

This commit is contained in:
Jay Lee
2021-09-30 18:54:19 -04:00
committed by GitHub
parent a84efef389
commit d2385ae62d

View File

@@ -94,7 +94,7 @@ else
python=~/python/bin/python3
pip=~/python/bin/pip3
if ([ "${ImageOS}" == "ubuntu16" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then
if ([ "${ImageOS}" == "ubuntu18" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then
echo "Installing deps for StaticX..."
if [ ! -d patchelf-$PATCHELF_VERSION ]; then
echo "Downloading PatchELF $PATCHELF_VERSION"