Horje
install github cli debian Code Example
install github cli debian
#This is for the gh command, not for the git command
#Using brew
brew install gh

#Using snap
sudo snap install gh

#Using apt
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
#if you get the error: "sudo: apt-add-repository: command not found" run: sudo apt-get install software-properties-common
sudo apt update
sudo apt install gh




Shell

Related
install extension pgcrypto Code Example install extension pgcrypto Code Example
change remote origin to fork Code Example change remote origin to fork Code Example
pdf pages to images imagemagick Code Example pdf pages to images imagemagick Code Example
thelinuxterminal.com install nvm Code Example thelinuxterminal.com install nvm Code Example
install brew debian Code Example install brew debian Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9