From 13065b9fb3926753b4d51b4459971ecee5d2b8d8 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 15 Dec 2025 19:34:31 +0100 Subject: [PATCH] change to testing --- ct/homarr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index 5b69526a0..3045eab72 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -29,7 +29,7 @@ function update_script() { exit fi - if check_for_gh_release "homarr" "homarr-labs/homarr"; then + if check_for_gh_release "homarr" "Meierschlumpf/homarr"; then msg_info "Stopping Services (Patience)" systemctl stop homarr systemctl stop redis-server @@ -62,9 +62,9 @@ EOF $STD apt upgrade nodejs -y msg_ok "Updated Nodejs" - NODE_VERSION=$(curl -s https://raw.githubusercontent.com/homarr-labs/homarr/dev/package.json | jq -r '.engines.node | split(">=")[1] | split(".")[0]') + NODE_VERSION=$(curl -s https://raw.githubusercontent.com/Meierschlumpf/homarr/dev/package.json | jq -r '.engines.node | split(">=")[1] | split(".")[0]') setup_nodejs - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "homarr" "homarr-labs/homarr" "prebuild" "latest" "/opt/homarr" "build-amd64.tar.gz" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "homarr" "Meierschlumpf/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar.gz" msg_info "Updating Homarr" cp /opt/homarr/redis.conf /etc/redis/redis.conf