From 3ef73eea396b540da739880623afe5373f8c3ec3 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sun, 30 Aug 2026 06:57:27 +0000 Subject: [PATCH] 0.16.0: sysupdate, and swap on a box that has none Eight commits since 0.15.0, one of them a new command, so the minor moves. - sysupdate: apt lists, apt packages and snaps in one command, reachable from the pit as /update (#37) - root-ubuntu.sh: a 2G swapfile on a box with no swap at all, plus vm.swappiness=10 (#36) - root-ubuntu.sh: one ssh-agent per user under systemd (#35) - root-ubuntu.sh: lm-sensors, smartmontools and the rest of the hardware inventory set, with sensor detection on bare metal - companions: diskpush, and installers that are not npm (#34) - porkbun: Porkbun's own pre-flight, structured refusals, and the fact that registration spends prepaid credit rather than a card (#32, #33) Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013TerE4nvNU3jvS51nRR6Pd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b12a2f..cc62f40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/cli-tools", - "version": "0.15.0", + "version": "0.16.0", "private": true, "description": "Local command-line tools, in TypeScript, exposed on PATH.", "type": "module",