Dashy: remove unbound variable (RELEASE) (#5974)

This commit is contained in:
CanbiZ 2025-07-14 16:39:39 +02:00 committed by GitHub
parent eba06a27f3
commit f48593ac81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,11 +16,11 @@ update_os
NODE_VERSION="22" setup_nodejs NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" fetch_and_deploy_gh_release "dashy" "Lissy93/dashy"
msg_info "Installing Dashy ${RELEASE} (Patience)" msg_info "Installing Dashy"
cd /opt/dashy cd /opt/dashy
$STD npm install $STD npm install
$STD npm run build $STD npm run build
msg_ok "Installed Dashy ${RELEASE}" msg_ok "Installed Dashy"
msg_info "Creating Service" msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/dashy.service cat <<EOF >/etc/systemd/system/dashy.service