Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 898 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 898 Bytes

Github-cli-Installer

This is a simple install script designed for quickly deploying github-cli to several computers. Obviously not very efficient for large-scale use.

Requirements

  • Windows 10/11
  • winget Windows package manager
  • 7-zip. (Not required on Windows 11)

Installation

Currently, the script is unsigned meaning it will not be allowed to run under the default Powershell execution policy.

  1. Make sure to grab the latest release from the releases page and unzip the file.

  2. It's necessary to give the script proper permission to run. Replace /path/to/ to the script's download location.

Unblock-File /path/to/gitInstall.ps1
  1. In the same directory as the gitInstall.ps1 script.
.\gitInstall.ps1