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