From 1c81b2146cf24a459dc8adddceceed4d82b5e1b2 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 12 May 2026 13:34:17 +0200 Subject: [PATCH] wallabag: bump node --- ct/wallabag.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/wallabag.sh b/ct/wallabag.sh index 870820858..c1657230a 100644 --- a/ct/wallabag.sh +++ b/ct/wallabag.sh @@ -28,7 +28,10 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + + NODE_VERSION="24" setup_nodejs setup_mariadb + if check_for_gh_release "wallabag" "wallabag/wallabag"; then msg_info "Stopping Services" systemctl stop nginx php8.3-fpm