From ea9df361f58fa3eb9caa3c164e80874a3337187a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:55:16 +0000 Subject: [PATCH] Revert Aurral to Node22 in ct and install scripts Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- ct/aurral.sh | 2 +- install/aurral-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/aurral.sh b/ct/aurral.sh index 516be89a6..7cb7e9f97 100644 --- a/ct/aurral.sh +++ b/ct/aurral.sh @@ -38,7 +38,7 @@ function update_script() { msg_ok "Stopped Service" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "aurral" "lklynet/aurral" "tarball" - NODE_VERSION="26" setup_nodejs + NODE_VERSION="22" setup_nodejs msg_info "Updating Aurral" cd /opt/aurral diff --git a/install/aurral-install.sh b/install/aurral-install.sh index 6db979dbc..3344f9ada 100644 --- a/install/aurral-install.sh +++ b/install/aurral-install.sh @@ -22,7 +22,7 @@ $STD apt install -y \ fonts-dejavu-core msg_ok "Installed Dependencies" -NODE_VERSION="26" setup_nodejs +NODE_VERSION="22" setup_nodejs fetch_and_deploy_gh_release "yt-dlp" "yt-dlp/yt-dlp" "singlefile" "latest" "/usr/local/bin" "yt-dlp" fetch_and_deploy_gh_release "aurral" "lklynet/aurral" "tarball"