From d4038801ba05a9e3f5540e94f6ebd54594d55233 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 16 Apr 2026 07:30:16 +0200 Subject: [PATCH] add: prebuild --- ct/dashy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/dashy.sh b/ct/dashy.sh index 47a17a48..8da95f79 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -40,12 +40,11 @@ function update_script() { fi msg_ok "Backed up conf.yml" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" "tarball" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" "prebuild" "latest" "/opt/dashy" "dashy-*.tar.gz" msg_info "Updating Dashy" cd /opt/dashy - npm install - npm run build + $STD yarn install --production --ignore-engines --network-timeout 300000 msg_ok "Updated Dashy" msg_info "Restoring conf.yml"