Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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)