chore(scripts): Update repository URL to openlibrecommunity

This commit is contained in:
zarazaex69
2026-04-08 11:43:58 +03:00
parent e29b993f59
commit f13b72f686
2 changed files with 2 additions and 2 deletions

2
cnc.sh
View File

@@ -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"

2
srv.sh
View File

@@ -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 ==="