sync with current state
This commit is contained in:
@@ -39,17 +39,17 @@ if hash cargo 2>/dev/null; then
|
||||
cp -f external/pixelfoo/target/release/dualmaze apps/
|
||||
fi
|
||||
|
||||
echo "Getting mathpixel"
|
||||
mkdir -p external
|
||||
pushd external
|
||||
if [ ! -d "mathpixel" ]; then
|
||||
git clone https://git.chaospott.de/andreas/mathpixel.git
|
||||
fi
|
||||
pushd mathpixel
|
||||
git pull
|
||||
bash setup.sh
|
||||
popd
|
||||
popd
|
||||
#echo "Getting mathpixel"
|
||||
#mkdir -p external
|
||||
#pushd external
|
||||
#if [ ! -d "mathpixel" ]; then
|
||||
# git clone https://git.chaospott.de/andreas/mathpixel.git
|
||||
#fi
|
||||
#pushd mathpixel
|
||||
#git pull
|
||||
#bash setup.sh
|
||||
#popd
|
||||
#popd
|
||||
|
||||
echo "Getting pixelthud"
|
||||
mkdir -p external
|
||||
|
Reference in New Issue
Block a user