From 43daeec77985155c91640ff0656099f7d6113dda Mon Sep 17 00:00:00 2001 From: shuki Date: Thu, 5 Mar 2026 21:31:24 +0200 Subject: [PATCH] Update REPO_URL to Gitea server in install script and README Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f690a6f..d0c2703 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A generic Linux backup tool with a Whiptail TUI and CLI interface. Define named ## Installation ```bash -git clone https://github.com/shukiv/gniza4linux.git +git clone ssh://git@git.linux-hosting.co.il:2222/shukivaknin/gniza4linux.git cd gniza4linux bash scripts/install.sh ``` diff --git a/scripts/install.sh b/scripts/install.sh index fa73e0b..e6587f6 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eo pipefail -REPO_URL="https://github.com/shukiv/gniza4linux.git" +REPO_URL="ssh://git@git.linux-hosting.co.il:2222/shukivaknin/gniza4linux.git" # Colors if [[ -t 1 ]]; then