File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function update_script() {
3030 exit
3131 fi
3232
33- NODE_VERSION=" 22 " setup_nodejs
33+ NODE_VERSION=" 24 " setup_nodejs
3434 RELEASE=$( get_latest_github_release " actualbudget/actual" )
3535 if [[ -f /opt/actualbudget-data/config.json ]]; then
3636 if check_for_gh_release " actualbudget" " actualbudget/actual" ; then
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ function update_script() {
4343 fi
4444 msg_ok " New version available: ${LATEST} "
4545
46+ NODE_VERSION=" 26" setup_nodejs
47+
4648 msg_info " Stopping Service"
4749 systemctl stop omniroute
4850 msg_ok " Stopped Service"
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ function update_script() {
3434 systemctl stop watcharr
3535 msg_ok " Stopped Service"
3636
37+ NODE_VERSION=" 24" setup_nodejs
38+
3739 create_backup /opt/watcharr/server/data
3840 CLEAN_INSTALL=1 fetch_and_deploy_gh_release " watcharr" " sbondCo/Watcharr" " tarball"
3941 restore_backup
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $STD apt install -y \
1919 g++
2020msg_ok " Installed Dependencies"
2121
22- NODE_VERSION=" 22 " setup_nodejs
22+ NODE_VERSION=" 24 " setup_nodejs
2323create_self_signed_cert
2424
2525msg_info " Installing Actual Budget"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setting_up_container
1313network_check
1414update_os
1515
16- NODE_VERSION=" 24 " setup_nodejs
16+ NODE_VERSION=" 26 " setup_nodejs
1717
1818msg_info " Installing OmniRoute"
1919$STD npm install -g omniroute@latest
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $STD apt install -y gcc
1818msg_ok " Installed Dependencies"
1919
2020setup_go
21- NODE_VERSION=" 22 " setup_nodejs
21+ NODE_VERSION=" 24 " setup_nodejs
2222fetch_and_deploy_gh_release " watcharr" " sbondCo/Watcharr" " tarball"
2323
2424msg_info " Setup Watcharr"
You can’t perform that action at this time.
0 commit comments