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:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user