From a507ecef2a51365277ffcc3e748146e23abc9f2c Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Thu, 16 Apr 2026 08:12:50 +0200 Subject: [PATCH] remove prod flag --- install/dashy-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/dashy-install.sh b/install/dashy-install.sh index d9b078f7..8fcd64df 100644 --- a/install/dashy-install.sh +++ b/install/dashy-install.sh @@ -18,7 +18,7 @@ fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" "prebuild" "latest" "/opt/da msg_info "Installing Dashy" cd /opt/dashy -$STD yarn install --production --ignore-engines --network-timeout 300000 +$STD yarn install --ignore-engines --network-timeout 300000 msg_ok "Installed Dashy" msg_info "Creating Service" @@ -29,6 +29,7 @@ Description=dashy [Service] Type=simple WorkingDirectory=/opt/dashy +Environment=NODE_OPTIONS=--openssl-legacy-provider ExecStart=/usr/bin/node server.js [Install] WantedBy=multi-user.target