Skip to content

nightwolf3140/Github-cli-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Got tired of manually installing this for people

Resources

License

Stars

Watchers

Forks

Packages

No packages published