Add install.sh

This commit is contained in:
chris 2025-11-17 19:48:15 +00:00
parent a665b4966e
commit 5c760f18f4

4
install.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
echo "should install stuff..."
exit 0