This is a simple install script designed for quickly deploying github-cli to several computers. Obviously not very efficient for large-scale use.
Currently, the script is unsigned meaning it will not be allowed to run under the default Powershell execution policy.
-
Make sure to grab the latest release from the releases page and unzip the file.
-
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
- In the same directory as the
gitInstall.ps1
script.
.\gitInstall.ps1