mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 03:09:43 +00:00
Dashy: remove unbound variable (RELEASE) (#5974)
This commit is contained in:
parent
eba06a27f3
commit
f48593ac81
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ update_os
|
|||
NODE_VERSION="22" setup_nodejs
|
||||
fetch_and_deploy_gh_release "dashy" "Lissy93/dashy"
|
||||
|
||||
msg_info "Installing Dashy ${RELEASE} (Patience)"
|
||||
msg_info "Installing Dashy"
|
||||
cd /opt/dashy
|
||||
$STD npm install
|
||||
$STD npm run build
|
||||
msg_ok "Installed Dashy ${RELEASE}"
|
||||
msg_ok "Installed Dashy"
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/dashy.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue