From 2a05038850979ccaf60b2a2f85495f723ff52881 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 2 Jun 2026 08:47:56 +0200 Subject: [PATCH] Bump note version on Varios Scripts --- ct/cross-seed.sh | 2 +- ct/koillection.sh | 2 +- ct/musicseerr.sh | 2 +- ct/soulsync.sh | 2 +- install/cross-seed-install.sh | 2 +- install/koillection-install.sh | 2 +- install/musicseerr-install.sh | 2 +- install/soulsync-install.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ct/cross-seed.sh b/ct/cross-seed.sh index 5d69509d1..1cb063308 100644 --- a/ct/cross-seed.sh +++ b/ct/cross-seed.sh @@ -25,7 +25,7 @@ function update_script() { check_container_storage check_container_resources - NODE_VERSION="24" setup_nodejs + NODE_VERSION="26" setup_nodejs ensure_dependencies build-essential if command -v cross-seed &>/dev/null; then diff --git a/ct/koillection.sh b/ct/koillection.sh index fe71287b3..375c70292 100644 --- a/ct/koillection.sh +++ b/ct/koillection.sh @@ -53,7 +53,7 @@ function update_script() { [[ -s /opt/koillection/.env.local && -n "$(tail -c 1 /opt/koillection/.env.local)" ]] && echo "" >>/opt/koillection/.env.local echo 'APP_RUNTIME="Symfony\Component\Runtime\SymfonyRuntime"' >>/opt/koillection/.env.local fi - + NODE_VERSION="26" NODE_MODULE="yarn" setup_nodejs export COMPOSER_ALLOW_SUPERUSER=1 export APP_RUNTIME='Symfony\Component\Runtime\SymfonyRuntime' $STD composer install --no-dev -o --no-interaction --classmap-authoritative diff --git a/ct/musicseerr.sh b/ct/musicseerr.sh index a5835bc52..4d525aa95 100644 --- a/ct/musicseerr.sh +++ b/ct/musicseerr.sh @@ -42,7 +42,7 @@ function update_script() { PYTHON_VERSION="3.13" setup_uv CLEAN_INSTALL=1 fetch_and_deploy_gh_release "musicseerr" "HabiRabbu/Musicseerr" "tarball" - NODE_VERSION="22" NODE_MODULE="pnpm@10.33.0" setup_nodejs + NODE_VERSION="25" NODE_MODULE="pnpm@10.33.0" setup_nodejs msg_info "Building Frontend" cd /opt/musicseerr/frontend diff --git a/ct/soulsync.sh b/ct/soulsync.sh index 47142816f..e0764542e 100644 --- a/ct/soulsync.sh +++ b/ct/soulsync.sh @@ -30,7 +30,7 @@ function update_script() { exit fi - NODE_VERSION="22" setup_nodejs + NODE_VERSION="24" setup_nodejs if check_for_gh_release "soulsync" "Nezreka/SoulSync"; then msg_info "Stopping Service" diff --git a/install/cross-seed-install.sh b/install/cross-seed-install.sh index 25a3f7ab8..c2b9469f5 100644 --- a/install/cross-seed-install.sh +++ b/install/cross-seed-install.sh @@ -17,7 +17,7 @@ msg_info "Installing Dependencies" $STD apt install -y build-essential msg_ok "Installed Dependencies" -NODE_VERSION="24" setup_nodejs +NODE_VERSION="26" setup_nodejs msg_info "Setup Cross-Seed" $STD npm install cross-seed@latest -g diff --git a/install/koillection-install.sh b/install/koillection-install.sh index f2441f75e..b7f3a60e9 100644 --- a/install/koillection-install.sh +++ b/install/koillection-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -NODE_VERSION="24" NODE_MODULE="yarn" setup_nodejs +NODE_VERSION="26" NODE_MODULE="yarn" setup_nodejs PG_VERSION="16" setup_postgresql PHP_VERSION="8.5" PHP_APACHE="YES" setup_php setup_composer diff --git a/install/musicseerr-install.sh b/install/musicseerr-install.sh index 25c59431f..efa222571 100644 --- a/install/musicseerr-install.sh +++ b/install/musicseerr-install.sh @@ -15,7 +15,7 @@ update_os PYTHON_VERSION="3.13" setup_uv fetch_and_deploy_gh_release "musicseerr" "HabiRabbu/Musicseerr" "tarball" -NODE_VERSION="22" NODE_MODULE="pnpm@10.33.0" setup_nodejs +NODE_VERSION="25" NODE_MODULE="pnpm@10.33.0" setup_nodejs msg_info "Building Frontend" cd /opt/musicseerr/frontend diff --git a/install/soulsync-install.sh b/install/soulsync-install.sh index 7eac38ae9..ab5f67d17 100644 --- a/install/soulsync-install.sh +++ b/install/soulsync-install.sh @@ -23,7 +23,7 @@ $STD apt install -y \ msg_ok "Installed Dependencies" UV_PYTHON="3.11" setup_uv -NODE_VERSION="22" setup_nodejs +NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "soulsync" "Nezreka/SoulSync" "tarball"