From a19e7b184903b101cc3ad8af11ca9ee46af5d372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:51:19 +0100 Subject: [PATCH] Update cryptpad.sh --- ct/cryptpad.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/cryptpad.sh b/ct/cryptpad.sh index 121ec0e..0da381f 100644 --- a/ct/cryptpad.sh +++ b/ct/cryptpad.sh @@ -40,6 +40,7 @@ function update_script() { $STD git checkout $RELEASE $STD npm ci $STD npm run install:components + $STD npm run build echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated $APP to ${RELEASE}"