Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: check lines of code in a folder 
Shell :: bash copy contents of file to clipboard 
Shell :: linux login to github via git 
Shell :: install apollo server 
Shell :: git remove without deleting 
Shell :: husky install 
Shell :: install brave on arch 
Shell :: remove spaces from file names bash 
Shell :: how to force remove a directory in kali linux 
Shell :: git ignore still sending files 
Shell :: git change user of last commit 
Shell :: get Operating system command 
Shell :: bash string interpolation 
Shell :: see journalctl running logs 
Shell :: git clone only one branch 
Shell :: gcc install mac 
Shell :: where is tomcat installed on mac 
Shell :: find text in all files linux 
Shell :: roblox change leaderboard stats 
Shell :: vlc for ubuntu 
Shell :: git global config location 
Shell :: how to merge remote branch 
Shell :: github activity graph 
Shell :: how to kill process in linux by name 
Shell :: bash random sleep 
Shell :: linux commands 
Shell :: install krew 
Shell :: split sh string 
Shell :: ubuntu know username 
Shell :: gitlab create branch 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =