Skip to content

Conversation

@lu-jim
Copy link

@lu-jim lu-jim commented Dec 22, 2025

Problem

When running bin/setup in an arch-based system, without the github-cli installed, the script will try to run

sudo pacman -S --noconfirm gh

Which is not the right package and thus the setup fails with the following error:
image

The Solution

For Arch Linux, the right command based on the github-cli documentation is:

sudo pacman -S --noconfirm github-cli

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