Added pixelthud to setup-apps.sh
This commit is contained in:
parent
6472a15dd6
commit
895a744873
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user