From 46599bd37efafea538862b6a18fa3b48f1e407fd Mon Sep 17 00:00:00 2001 From: Dmitrii Iurco Date: Mon, 11 May 2026 02:57:13 -0400 Subject: [PATCH] Fix installer: use http://git.pic.ngo without port (nginx forwards) Co-Authored-By: Claude Sonnet 4.6 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c3590c4..1aba5f8 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ set -euo pipefail # Configuration # --------------------------------------------------------------------------- PIC_DIR="${PIC_DIR:-/opt/pic}" -PIC_REPO="${PIC_REPO:-https://git.pic.ngo/roof/pic.git}" +PIC_REPO="${PIC_REPO:-http://git.pic.ngo/roof/pic.git}" PIC_USER="${PIC_USER:-pic}" API_HEALTH_URL="http://127.0.0.1:3000/health" API_HEALTH_TIMEOUT=60