Update REPO_URL to Gitea server in install script and README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-05 21:31:24 +02:00
parent 928d5af54c
commit 43daeec779
2 changed files with 2 additions and 2 deletions

View File

@@ -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
```

View File

@@ -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