mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-07 12:54:43 +00:00
chore(scripts): Update repository URL to openlibrecommunity
This commit is contained in:
2
cnc.sh
2
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"
|
||||
|
||||
|
||||
2
srv.sh
2
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 ==="
|
||||
|
||||
Reference in New Issue
Block a user