Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install gh ubuntu

curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh
Comment

gh ubuntu

sudo snap install gh
Comment

PREVIOUS NEXT
Code Example
Shell :: android sdk ubuntu 
Shell :: linux x11 dev 
Shell :: git diff of a file between two commits 
Shell :: echo new line 
Shell :: how to run docker daemon on ubuntu 
Shell :: run mongodb locally 
Shell :: git undo deleted local branch 
Shell :: refusing to exec crouton from noexec mount 
Shell :: brew install node sass 
Shell :: bash date of file 
Shell :: Git - checkout a specific remote branch 
Shell :: how to install linux 
Shell :: command to add a user to a group 
Shell :: codeigniter 4 db seed 
Shell :: bash case statement 
Shell :: bash command to clean up log files in /var/log 
Shell :: print grep output in one line 
Shell :: curl upload to artifactory with basic auth 
Shell :: generate new ssh key 
Shell :: cypress install npm 
Shell :: install polar linux 
Shell :: git commit specific files 
Shell :: gitbash update 
Shell :: debian install nvidia driver 
Shell :: git check current branch 
Shell :: git compare two branches 
Shell :: flatpak repo 
Shell :: git branch from current branch 
Shell :: force delete a hidden folder in linux 
Shell :: helm docker generate doc 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =