mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update linux-x86_64-before-install.sh
This commit is contained in:
@@ -89,8 +89,8 @@ 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
|
||||||
cd $whereibelong
|
|
||||||
|
|
||||||
echo "Upgrading pip packages..."
|
echo "Upgrading pip packages..."
|
||||||
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
||||||
|
|||||||
Reference in New Issue
Block a user