From 8f42cc19c9acc2da3566c47682051270a030e0bb Mon Sep 17 00:00:00 2001 From: shuki Date: Thu, 5 Mar 2026 06:17:06 +0200 Subject: [PATCH] Use public IP for git clone in install script Target servers won't have the gitea SSH alias, so use the direct SSH URL with the public IP for remote installs. Co-Authored-By: Claude Opus 4.6 --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0149cb6..881c618 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -6,7 +6,7 @@ set -eo pipefail INSTALL_DIR="/usr/local/gniza" BIN_LINK="/usr/local/bin/gniza" -REPO_SSH="gitea:shukivaknin/gniza.git" +REPO_SSH="ssh://git@182.54.236.100:2222/shukivaknin/gniza.git" TMPDIR_CLONE="" if [[ $EUID -ne 0 ]]; then