There was an error while loading. Please reload this page.
1 parent eba06a2 commit f48593aCopy full SHA for f48593a
1 file changed
install/dashy-install.sh
@@ -16,11 +16,11 @@ update_os
16
NODE_VERSION="22" setup_nodejs
17
fetch_and_deploy_gh_release "dashy" "Lissy93/dashy"
18
19
-msg_info "Installing Dashy ${RELEASE} (Patience)"
+msg_info "Installing Dashy"
20
cd /opt/dashy
21
$STD npm install
22
$STD npm run build
23
-msg_ok "Installed Dashy ${RELEASE}"
+msg_ok "Installed Dashy"
24
25
msg_info "Creating Service"
26
cat <<EOF >/etc/systemd/system/dashy.service
0 commit comments