Added pixelthud to setup-apps.sh

This commit is contained in:
m 2019-01-01 17:19:50 +01:00
parent 6472a15dd6
commit 895a744873

View File

@ -51,4 +51,16 @@ bash setup.sh
popd
popd
echo "Getting pixelthud"
mkdir -p external
pushd external
if [ ! -d "pixelthud" ]; then
git clone https://git.chaospott.de/m11/pixelthud.git
fi
pushd pixelthud
git pull
bash setup.sh
popd
popd
echo "Setup done"