From 96cbf9c587b68761d257aec66c40b495ced84b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Fri, 3 Jan 2025 23:38:27 +0100 Subject: [PATCH] Update pf2etools.sh --- ct/pf2etools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/pf2etools.sh b/ct/pf2etools.sh index de2a5d92..ef617afd 100644 --- a/ct/pf2etools.sh +++ b/ct/pf2etools.sh @@ -51,8 +51,8 @@ function update_script() { rm -rf "/opt/${APP}" mv "${APP}-${RELEASE:1}" "/opt/${APP}" cd /opt/Pf2eTools - npm i - npm run build + $STD npm install + $STD npm run build cd ~ echo "${RELEASE}" >"/opt/${APP}_version.txt" msg_ok "Updated ${APP}"