Simplified mathpixel setup

This commit is contained in:
Andreas Völker 2019-01-01 13:04:13 +01:00
parent 896229001b
commit 12704d5732

View File

@ -47,16 +47,8 @@ if [ ! -d "mathpixel" ]; then
fi fi
pushd mathpixel pushd mathpixel
git pull git pull
bash setup.sh
popd popd
popd popd
cp -f external/mathpixel/quadratic.py apps/
cp -f external/mathpixel/pendlum.py apps/
cp -f external/mathpixel/convergence.py apps/
cp -f external/mathpixel/swifthohenberg.py apps/
chmod +x apps/quadratic.py
chmod +x apps/pendlum.py
chmod +x apps/convergence.py
chmod +x apps/swifthohenberg.py
cp -f external/mathpixel/mathpixelconf.py configs/
echo "Setup done" echo "Setup done"