Point installer and docs at git.yasindemir.link

Replace the bare-IP Gitea host (146.19.208.111) with the domain in
install.sh REPO_URL and in the README install instructions.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yasin Demir
2026-09-16 05:27:13 +03:00
co-authored by Claude Opus 5
parent 496aced0d0
commit 653d965320
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -10,12 +10,12 @@ fi
echo "Installing TNS243-GLOBAL Manager (localized bundle)..."
# Repo URI used when this script is executed piped (curl | bash) instead of from a local clone
REPO_URL="http://146.19.208.111:3001/yasin/SSH-Manager.git"
REPO_URL="http://git.yasindemir.link:3001/yasin/SSH-Manager.git"
# Resolve the directory this script lives in (the cloned repo root).
# Supports both:
# git clone $REPO_URL && cd SSH-Manager && bash install.sh
# bash <(curl -sL http://146.19.208.111:3001/yasin/SSH-Manager/raw/branch/main/install.sh)
# bash <(curl -sL http://git.yasindemir.link:3001/yasin/SSH-Manager/raw/branch/main/install.sh)
SCRIPT_DIR=""
PIPED_CLONE_DIR=""
if [[ -n "${BASH_SOURCE[0]}" && -f "${BASH_SOURCE[0]}" ]]; then