stoke/scripts
cluade-reviewer-andresmgsl 0b4947b038 install-apt: bootstrap Node 22 via NodeSource when distro nodejs is too old (#1)
The package depends on nodejs (>= 22.12), but Debian 13 ships Node 20 and
Ubuntu 24.04 ships Node 18, so a fresh container failed apt-get install
with an unmet dependency. install-apt.sh now checks whether any configured
apt source can satisfy the requirement and, if not, adds the NodeSource
Node 22 repository before installing. README documents the behaviour and
the manual equivalent.

Verified on fresh debian:13 and ubuntu:24.04 containers: one-line setup,
apt-get install stoke, stoke --version all succeed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 21:39:51 +00:00
..
build-deb.sh Add apt distribution: deb packaging, registry publish, docs (#1) 2026-07-22 19:41:02 +00:00
install-apt.sh install-apt: bootstrap Node 22 via NodeSource when distro nodejs is too old (#1) 2026-07-22 21:39:51 +00:00
publish-deb.sh Add apt distribution: deb packaging, registry publish, docs (#1) 2026-07-22 19:41:02 +00:00