From 1c071cbc1e55f97598f9624d69a7fce95591b472 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 3 Oct 2025 13:08:06 +0200 Subject: [PATCH] Add pve scripts local --- install/pve-scripts-local-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/pve-scripts-local-install.sh b/install/pve-scripts-local-install.sh index 83f12f2c..714cdd11 100644 --- a/install/pve-scripts-local-install.sh +++ b/install/pve-scripts-local-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2025 community-scripts ORG -# Author: michelroegl-brunner +# Author: michelroegl-brunner # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -22,7 +22,7 @@ msg_info "Installing Dependencies" expect msg_ok "Dependencies installed." -NODE_VERSION=24 setup_nodejs +NODE_VERSION=22 setup_nodejs INSTALL_DIR=${INSTALL_DIR:-/opt/PVESciptslocal} @@ -36,7 +36,7 @@ else msg_ok "Repository updated." fi -cd "$INSTALL_DIR" || exit +cd "$INSTALL_DIR" || exit msg_info "Installing PVE Scripts local" $STD npm install