From 7e71fc5d9ec8c35cd83f713bc05c68e696636896 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 13 Dec 2025 22:04:26 +0100 Subject: [PATCH] fix url --- ct/homarr.sh | 4 ++-- install/homarr-install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index 427030bd5..362b74b0d 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/homarr"; then + if check_for_gh_release "homarr" "homarr-labs/homarr"; then msg_info "Stopping Services (Patience)" systemctl stop homarr systemctl stop redis-server @@ -66,7 +66,7 @@ EOF setup_nodejs rm -rf /opt/homarr - fetch_and_deploy_gh_release "homarr" "Homarr/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar.gz" + fetch_and_deploy_gh_release "homarr" "homarr-labs/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar.gz" msg_info "Updating Homarr to v${RELEASE}" cp /opt/homarr/redis.conf /etc/redis/redis.conf diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 8641c21ab..a1faffa2b 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -24,7 +24,7 @@ msg_ok "Installed Dependencies" NODE_VERSION=$(curl -s https://raw.githubusercontent.com/homarr-labs/homarr/dev/package.json | jq -r '.engines.node | split(">=")[1] | split(".")[0]') setup_nodejs -fetch_and_deploy_gh_release "homarr" "Homarr/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar.gz" +fetch_and_deploy_gh_release "homarr" "homarr-labs/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar.gz" msg_info "Installing Homarr" ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1