chore: update default branch to master and remove deprecated docker script

This commit is contained in:
zarazaex69
2026-04-19 21:47:32 +03:00
parent 1dad7930e3
commit 11fe92f3e8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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