From cca845a3e08f5464fe9fffee5d0956288163ffc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fernando=20Jim=C3=A9nez?= Date: Sat, 27 Dec 2025 06:11:02 +0100 Subject: [PATCH] fix: use the right gh-cli arch package (#2232) --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index a49eaa9d4..306282cb5 100755 --- a/bin/setup +++ b/bin/setup @@ -51,7 +51,7 @@ if ! command -v gh &>/dev/null; then echo echo "▸ Installing GitHub CLI" if command -v pacman &>/dev/null; then - sudo pacman -S --noconfirm gh + sudo pacman -S --noconfirm github-cli elif command -v brew &>/dev/null; then brew install gh else