Added pixelthud to setup-apps.sh
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 m
					m