mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update linux-x86_64-before-install.sh
This commit is contained in:
@@ -73,8 +73,8 @@ else
|
|||||||
fi
|
fi
|
||||||
python=~/python/bin/python3
|
python=~/python/bin/python3
|
||||||
pip=~/python/bin/pip3
|
pip=~/python/bin/pip3
|
||||||
|
cd $whereibelong
|
||||||
fi
|
fi
|
||||||
$python -V
|
|
||||||
|
|
||||||
if [[ "$dist" == "precise" ]]; then
|
if [[ "$dist" == "precise" ]]; then
|
||||||
echo "Installing deps for StaticX..."
|
echo "Installing deps for StaticX..."
|
||||||
@@ -89,7 +89,6 @@ if [[ "$dist" == "precise" ]]; then
|
|||||||
sudo make install
|
sudo make install
|
||||||
fi
|
fi
|
||||||
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
|
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
|
||||||
cd $whereibelong
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Upgrading pip packages..."
|
echo "Upgrading pip packages..."
|
||||||
|
|||||||
Reference in New Issue
Block a user