Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 857 Bytes

File metadata and controls

17 lines (11 loc) · 857 Bytes

GitHub CLI

macOS Intune

Overview

Installs the GitHub CLI (gh) tool, essential for developers to manage pull requests, issues, and actions directly from their terminal.

What it does

  • Detection: Verifies if the gh binary 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 .pkg directly from GitHub's release CDN and executes a silent installer -pkg command as root.

Intune Deployment Configuration

  • Upload script: install-github-cli.sh
  • Run script as signed-in user: No (Executes as root)