Installs the GitHub CLI (gh) tool, essential for developers to manage pull requests, issues, and actions directly from their terminal.
- Detection: Verifies if the
ghbinary is present in the standard system$PATH. - Remediation: Since Installomator lacks a direct label for the CLI, this script downloads the official Apple Silicon/Intel
.pkgdirectly from GitHub's release CDN and executes a silentinstaller -pkgcommand as root.
- Upload script:
install-github-cli.sh - Run script as signed-in user: No (Executes as root)