From f13b72f686ce061e2e3745ac5608469038443e33 Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Wed, 8 Apr 2026 11:43:58 +0300 Subject: [PATCH] chore(scripts): Update repository URL to openlibrecommunity --- cnc.sh | 2 +- srv.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cnc.sh b/cnc.sh index f3b05b9..b47b8b5 100755 --- a/cnc.sh +++ b/cnc.sh @@ -4,7 +4,7 @@ set -e CONTAINER_NAME="olcrtc-client" IMAGE_NAME="docker.io/library/golang:1.26-alpine" -REPO_URL="https://github.com/zarazaex69/olcrtc.git" +REPO_URL="https://github.com/openlibrecommunity/olcrtc.git" WORK_DIR="/tmp/olcrtc-client" SOCKS_PORT="8808" diff --git a/srv.sh b/srv.sh index 09f89dc..ddb0b01 100755 --- a/srv.sh +++ b/srv.sh @@ -4,7 +4,7 @@ set -e CONTAINER_NAME="olcrtc-server" IMAGE_NAME="docker.io/library/golang:1.26-alpine" -REPO_URL="https://github.com/zarazaex69/olcrtc.git" +REPO_URL="https://github.com/openlibrecommunity/olcrtc.git" WORK_DIR="/tmp/olcrtc-deploy" echo "=== OlcRTC Server Deployment Script ==="