mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
chore: update default branch to master and remove deprecated docker script
This commit is contained in:
@@ -12,7 +12,7 @@ WORK_DIR="/tmp/olcrtc-client"
|
||||
|
||||
SOCKS_IP="127.0.0.1"
|
||||
SOCKS_PORT="8808"
|
||||
BRANCH="main"
|
||||
BRANCH="master"
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case $1 in
|
||||
|
||||
@@ -8,7 +8,7 @@ CONTAINER_NAME="olcrtc-server"
|
||||
IMAGE_NAME="docker.io/library/golang:1.26-alpine"
|
||||
REPO_URL="https://github.com/openlibrecommunity/olcrtc.git"
|
||||
WORK_DIR="/tmp/olcrtc-deploy"
|
||||
BRANCH="main"
|
||||
BRANCH="master"
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case $1 in
|
||||
|
||||
Reference in New Issue
Block a user