Compare commits

..

2 Commits

Author SHA1 Message Date
MickLesk
bbbbe29e40 iobroker: pin npm to 11, npm 12 dropped --unsafe-perm 2026-09-07 13:32:31 +02:00
github-actions[bot]
83dc15e9be iobroker: bump Node.js from 24 to 26 2026-09-07 11:01:51 +00:00
4 changed files with 4 additions and 4 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

@@ -31,7 +31,7 @@ function update_script() {
exit
fi
NODE_VERSION="24" setup_nodejs
NODE_VERSION="26" NPM_VERSION="11" setup_nodejs
msg_info "Updating ${APP} LXC"
$STD apt update

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"

View File

@@ -28,7 +28,7 @@ if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then
exit 10
fi
NODE_VERSION="24" setup_nodejs
NODE_VERSION="26" NPM_VERSION="11" setup_nodejs
msg_info "Installing ioBroker (Patience)"
$STD bash <(curl -fsSL https://iobroker.net/install.sh)