From 5e873698c2b60d496edfb1b7f9e5ac8174137485 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 13 Dec 2025 13:54:36 +0100 Subject: [PATCH] fix asset --- ct/homarr.sh | 2 +- install/homarr-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index e8c2eadd7..ca741350e 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -66,7 +66,7 @@ EOF setup_nodejs rm -rf /opt/homarr - fetch_and_deploy_gh_release "homarr" "Meierschlumpf/homarr" "prebuild" "latest" "/opt/homarr" "build-amd64.tar.gz" + fetch_and_deploy_gh_release "homarr" "Meierschlumpf/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 c394a6c6d..78f701a6b 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" "Meierschlumpf/homarr" "prebuild" "latest" "/opt/homarr" "build-amd64.tar.gz" +fetch_and_deploy_gh_release "homarr" "Meierschlumpf/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar.gz" msg_info "Installing Homarr (Patience)" ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1