From 5c760f18f486c513f8fb3f25ce535f0e982e27ef Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 17 Nov 2025 19:48:15 +0000 Subject: [PATCH] Add install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..fe5a143 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "should install stuff..." +exit 0 \ No newline at end of file