From 97d280932be4110651dbb8ae0cbf4eb342eb3756 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 7 Jun 2026 16:03:26 +0200 Subject: [PATCH] feat: initial install script --- scripts/install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/install.sh diff --git a/scripts/install.sh b/scripts/install.sh new file mode 100644 index 0000000..64ff595 --- /dev/null +++ b/scripts/install.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +echo "Installing..."