fix: use the right gh-cli arch package (#2232)

This commit is contained in:
Luis Fernando Jiménez
2025-12-27 06:11:02 +01:00
committed by GitHub
parent 6ec61df7d7
commit cca845a3e0
+1 -1
View File
@@ -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