Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] 75afa31a79 Update CHANGELOG.md 2026-09-12 20:12:12 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function update_script() {
exit
fi
NODE_VERSION="24" NPM_VERSION="11" setup_nodejs
NODE_VERSION="26" NPM_VERSION="11" setup_nodejs
msg_info "Updating ${APP} LXC"
$STD apt update
+1 -1
View File
@@ -28,7 +28,7 @@ if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then
exit 10
fi
NODE_VERSION="24" NPM_VERSION="11" setup_nodejs
NODE_VERSION="26" NPM_VERSION="11" setup_nodejs
msg_info "Installing ioBroker (Patience)"
$STD bash <(curl -fsSL https://iobroker.net/install.sh)