Update cryptpad.sh

This commit is contained in:
Slaviša Arežina
2025-03-13 15:51:19 +01:00
committed by GitHub
parent b211224ec4
commit a19e7b1849

View File

@@ -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}"