diff --git a/script/cnc.sh b/script/cnc.sh index d92371e..bff90bd 100755 --- a/script/cnc.sh +++ b/script/cnc.sh @@ -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 diff --git a/script/srv.sh b/script/srv.sh index 4352114..894d46b 100755 --- a/script/srv.sh +++ b/script/srv.sh @@ -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