From 8af4da5a087181b486a11ea3d9d40416c974c0e7 Mon Sep 17 00:00:00 2001 From: mboehmlaender Date: Thu, 12 Mar 2026 08:04:23 +0000 Subject: [PATCH] First test --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 15c1ac4..0dfb092 100755 --- a/install.sh +++ b/install.sh @@ -44,7 +44,7 @@ header() { echo -e "\n${BOLD}${BLUE}══════════════ fatal() { error "$*"; exit 1; } # --- Standard-Optionen -------------------------------------------------------- -GIT_BRANCH="dev" +GIT_BRANCH="cd-ripping" INSTALL_DIR="/opt/ripster" SERVICE_USER="ripster" BACKEND_PORT="3001"