Skip to content

Fix(boot.sh): potential partial upgrade#1173

Closed
rez1-dev wants to merge 1 commit into
basecamp:devfrom
rez1-dev:fix-partial-upgrade
Closed

Fix(boot.sh): potential partial upgrade#1173
rez1-dev wants to merge 1 commit into
basecamp:devfrom
rez1-dev:fix-partial-upgrade

Conversation

@rez1-dev
Copy link
Copy Markdown
Contributor

Currently, the script runs:

sudo pacman -Sy --noconfirm --needed git

This can lead to partial upgrades, which are unsupported on Arch Linux.

Replaced it with:

sudo pacman -Syu --noconfirm --needed git

This ensures the package database and system are in sync before installing git, following Arch best practices.

@dhh
Copy link
Copy Markdown
Member

dhh commented Aug 27, 2025

We had a bunch more of these. I've expanded this into #1175.

@dhh dhh closed this Aug 27, 2025
@rez1-dev rez1-dev deleted the fix-partial-upgrade branch August 27, 2025 12:51
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.

2 participants