install/install.sh

4 lines
48 B
Bash
Raw Normal View History

2025-11-17 19:48:15 +00:00
#!/bin/sh
echo "should install stuff..."
exit 0