From 979b440de2fd4126beb3dd4ca75fd0013ebdface Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 3 Oct 2025 14:52:59 +0200 Subject: [PATCH] Add pve scripts local --- install/pve-scripts-local-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/pve-scripts-local-install.sh b/install/pve-scripts-local-install.sh index 02b556fa..62fe66f2 100644 --- a/install/pve-scripts-local-install.sh +++ b/install/pve-scripts-local-install.sh @@ -25,6 +25,8 @@ NODE_VERSION=22 setup_nodejs fetch_and_deploy_gh_release "ProxmoxVE-Local" "community-scripts/ProxmoxVE-Local" +cd /opt/ProxmoxVE-Local + msg_info "Installing PVE Scripts local" $STD npm install cp .env.example .env