Install git CLI gh commands in debian
Reference:
https://github.com/cli/cli/blob/trunk/docs/install_linux.md
https://github.com/cli/cli/releases
wget https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_amd64.deb
dpkg -i gh_2.12.1_linux_amd64.deb
apt -f install
Comments
Post a Comment