Commit Graph
13 Commits
Author SHA1 Message Date
mike 1d295a72a9 [mike@mwxm4] 2026-09-17 15:47:15 +02:00
mikeandClaude Opus 5 5381c20411 extra.setup: make the fzf install repeatable and keep an existing zshrc
git clone failed on every run after the first, and ~/.fzf/install asks
three questions - both stop an unattended run. The rc file is not touched
because extra/zshrc sources ~/.fzf.zsh itself.

~/.zshrc was overwritten without a copy; the first one seen is kept as
~/.zshrc.bak.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 10:55:20 +02:00
mikeandClaude Opus 5 ada2de1f24 setup.debian1x: fix -x, apt ordering and time sync
-x was never declared in getopts, so !$opt_x was always true and the
block it guards always ran. It now exists and covers both network steps.

apt-get update ran after the installs; on an image with empty package
lists every install failed. It now runs first.

apt-get upgrade had no -y and stopped an unattended run at the prompt.
DEBIAN_FRONTEND=noninteractive for the same reason.

On 13 the timesyncd.conf was copied but the service never restarted, so
it took effect at the next reboot at the earliest - and the ntp package
from the install list competed with timesyncd for port 123. ntp is now
installed only on the older releases, where the service is called ntpsec
since 12.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 10:55:20 +02:00
mikeandClaude Opus 5 96c5c2e65d setup.ssh: keep the newline when commenting out AcceptEnv
The $ in /(^\s*AcceptEnv.*$)/ matches before the newline, so $1 did not
contain it and the following line was appended to the comment - which
commented out the Subsystem sftp line on a stock Debian sshd_config.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 10:55:10 +02:00
mike 78599ffff5 [mike@mwxm4] 2026-08-14 10:26:26 +02:00
mike 769ffed8cb [mike@mwxm4] 2026-08-14 10:15:21 +02:00
mike b5ac2995bc [mike@mwxm4] 2026-08-14 10:13:57 +02:00
mike 235f8ce1b0 [mike@mwxm4] 2026-08-10 16:48:04 +02:00
mike 3c9f824164 [mike@mwxm4] 2026-08-10 16:27:40 +02:00
mike 9ee1ae2805 [mike@mwxm4] 2026-08-10 16:26:45 +02:00
mike 7859a3d911 [mike@mwxm4] 2026-08-10 16:16:25 +02:00
mike d6dbb6b1cc [mike@mwxm4] 2026-08-10 16:13:11 +02:00
mike c534ea1c79 initial commit [141.14.140.180,mike] 2026-08-10 16:12:09 +02:00