mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Drop precise, upgrade patchelf
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user