Skip to content

Instantly share code, notes, and snippets.

@ardyfeb
Created April 26, 2021 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ardyfeb/ccd4dad311153cd4aa62af86c51b76f8 to your computer and use it in GitHub Desktop.
Save ardyfeb/ccd4dad311153cd4aa62af86c51b76f8 to your computer and use it in GitHub Desktop.
Github CLI installation script for debian
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment