Created
April 26, 2021 06:29
-
-
Save ardyfeb/ccd4dad311153cd4aa62af86c51b76f8 to your computer and use it in GitHub Desktop.
Github CLI installation script for debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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