Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
2489b7efb6 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-12-08 15:31:15 +01:00
CanbiZ
4ca7ce37dd Update jellystat.sh 2025-12-08 15:31:08 +01:00

View File

@ -188,11 +188,11 @@ function install() {
msg_info "Installing dependencies"
cd "$INSTALL_PATH"
npm install &>/dev/null
$STD npm install
msg_ok "Installed dependencies"
msg_info "Building ${APP}"
npm run build &>/dev/null
$STD npm run build
msg_ok "Built ${APP}"
msg_info "Creating configuration"