Compare commits

...

1 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
ea9df361f5 Revert Aurral to Node22 in ct and install scripts
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-09-01 08:55:16 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"