From 31a7493564e8ebbd96d3c87962304cc9f6b9daa1 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 13 Apr 2026 21:18:35 +0200 Subject: [PATCH] dashy: fix repo --- install/dashy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dashy-install.sh b/install/dashy-install.sh index c4c6567f..554c5c21 100644 --- a/install/dashy-install.sh +++ b/install/dashy-install.sh @@ -14,7 +14,7 @@ network_check update_os NODE_VERSION="18" NODE_MODULE="yarn" setup_nodejs -fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" "prebuild" "latest" "/opt/dashy" "dashy-*.tar.gz" +fetch_and_deploy_gh_release "dashy" "CrazyWolf13/dashy" "prebuild" "latest" "/opt/dashy" "dashy-*.tar.gz" msg_info "Installing Dashy" cd /opt/dashy