This commit is contained in:
Tobias
2025-12-13 22:04:26 +01:00
parent b509440a0c
commit 7e71fc5d9e
2 changed files with 3 additions and 3 deletions

View File

@@ -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