From e675ec4b05df2ea5969202cbb263dca297558afa Mon Sep 17 00:00:00 2001 From: eduard256 Date: Thu, 16 Apr 2026 18:57:17 +0000 Subject: [PATCH] Move install.sh to repo root --- scripts/install.sh => install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename scripts/install.sh => install.sh (99%) diff --git a/scripts/install.sh b/install.sh similarity index 99% rename from scripts/install.sh rename to install.sh index be8eaeb..5dc9718 100755 --- a/scripts/install.sh +++ b/install.sh @@ -8,8 +8,8 @@ # Then guides the user through installation by calling worker scripts. # # Usage: -# curl -fsSL https://raw.githubusercontent.com/eduard256/Strix/main/scripts/install.sh | bash -# bash scripts/install.sh +# curl -fsSL https://raw.githubusercontent.com/eduard256/Strix/main/install.sh | bash +# bash install.sh # ============================================================================= # ---------------------------------------------------------------------------