Compare commits

...

6 Commits

Author SHA1 Message Date
CanbiZ (MickLesk) 65af476e7b Update Node.js version from 22 to 24 2026-08-03 09:34:06 +02:00
CanbiZ (MickLesk) f602705af3 Update Node.js version from 22 to 24 2026-08-03 09:33:56 +02:00
CanbiZ (MickLesk) bbfe6af0d3 Add NODE_VERSION setup for Node.js in watcharr.sh 2026-08-03 09:31:25 +02:00
CanbiZ (MickLesk) 21accbbe61 Update Node.js version to 24 in installation script 2026-08-03 09:31:17 +02:00
CanbiZ (MickLesk) 362fb62733 Add NODE_VERSION setup for Node.js 2026-08-03 09:29:21 +02:00
CanbiZ (MickLesk) cc3f61c431 Bump NodeJS Versions of several scripts 2026-08-03 09:27:23 +02:00
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ function update_script() {
exit exit
fi fi
NODE_VERSION="22" setup_nodejs NODE_VERSION="24" setup_nodejs
RELEASE=$(get_latest_github_release "actualbudget/actual") RELEASE=$(get_latest_github_release "actualbudget/actual")
if [[ -f /opt/actualbudget-data/config.json ]]; then if [[ -f /opt/actualbudget-data/config.json ]]; then
if check_for_gh_release "actualbudget" "actualbudget/actual"; then if check_for_gh_release "actualbudget" "actualbudget/actual"; then
+2
View File
@@ -43,6 +43,8 @@ function update_script() {
fi fi
msg_ok "New version available: ${LATEST}" msg_ok "New version available: ${LATEST}"
NODE_VERSION="26" setup_nodejs
msg_info "Stopping Service" msg_info "Stopping Service"
systemctl stop omniroute systemctl stop omniroute
msg_ok "Stopped Service" msg_ok "Stopped Service"
+2
View File
@@ -34,6 +34,8 @@ function update_script() {
systemctl stop watcharr systemctl stop watcharr
msg_ok "Stopped Service" msg_ok "Stopped Service"
NODE_VERSION="24" setup_nodejs
create_backup /opt/watcharr/server/data create_backup /opt/watcharr/server/data
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
restore_backup restore_backup
+1 -1
View File
@@ -19,7 +19,7 @@ $STD apt install -y \
g++ g++
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs NODE_VERSION="24" setup_nodejs
create_self_signed_cert create_self_signed_cert
msg_info "Installing Actual Budget" msg_info "Installing Actual Budget"
+1 -1
View File
@@ -13,7 +13,7 @@ setting_up_container
network_check network_check
update_os update_os
NODE_VERSION="24" setup_nodejs NODE_VERSION="26" setup_nodejs
msg_info "Installing OmniRoute" msg_info "Installing OmniRoute"
$STD npm install -g omniroute@latest $STD npm install -g omniroute@latest
+1 -1
View File
@@ -18,7 +18,7 @@ $STD apt install -y gcc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
setup_go setup_go
NODE_VERSION="22" setup_nodejs NODE_VERSION="24" setup_nodejs
fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball" fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
msg_info "Setup Watcharr" msg_info "Setup Watcharr"