Skip to content

fix(init): default to no system upgrade to protect shared servers#67

Merged
Typas merged 3 commits into
masterfrom
bootstrap/shared
Jul 2, 2026
Merged

fix(init): default to no system upgrade to protect shared servers#67
Typas merged 3 commits into
masterfrom
bootstrap/shared

Conversation

@Typas

@Typas Typas commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Bootstrap ran a full system upgrade every time (dnf update, apt-get upgrade, zypper dup, pacman -Syu), disrupting other users on shared servers. Flip the justfile update default to "false" so just init skips upgrade blocks, and reduce init.sh to a package-index refresh instead of a full upgrade. Full upgrade stays opt-in via just update=true init.

Typas and others added 3 commits July 2, 2026 16:59
Bootstrap ran a full system upgrade every time (dnf update, apt-get
upgrade, zypper dup, pacman -Syu), disrupting other users on shared
servers. Flip the justfile `update` default to "false" so `just init`
skips upgrade blocks, and reduce init.sh to a package-index refresh
instead of a full upgrade. Full upgrade stays opt-in via
`just update=true init`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Typas Typas merged commit e0f6318 into master Jul 2, 2026
8 checks passed
@Typas Typas deleted the bootstrap/shared branch July 2, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant