Update Github-CLI 1.10.3 -> 1.11.0 (closes #667)

pull/714/head
Itai Nelken 4 years ago
parent ba8287a598
commit cffb51405d
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

@ -12,8 +12,8 @@ cd $HOME
#remove old deb (if exists) #remove old deb (if exists)
rm -f gh*linux_armv6.deb rm -f gh*linux_armv6.deb
#download #download
wget https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_linux_armv6.deb || error 'Failed to download github-cli!' wget https://github.com/cli/cli/releases/download/v1.11.0/gh_1.11.0_linux_armv6.deb || error 'Failed to download github-cli!'
#install #install
sudo apt -fy install ./gh_1.10.3_linux_armv6.deb || error "Failed to install gh!" sudo apt -fy install ./gh_1.11.0_linux_armv6.deb || error "Failed to install gh!"
#clean up #clean up
rm -f gh*linux_armv6.deb rm -f gh*linux_armv6.deb

@ -12,8 +12,8 @@ cd $HOME
#remove old deb (if exists) #remove old deb (if exists)
rm -f gh*linux_arm64.deb rm -f gh*linux_arm64.deb
#download #download
wget https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_linux_arm64.deb || error 'Failed to download github-cli!' wget https://github.com/cli/cli/releases/download/v1.11.0/gh_1.11.0_linux_arm64.deb || error 'Failed to download github-cli!'
#install #install
sudo apt -fy install ./gh_1.10.3_linux_arm64.deb || error "Failed to install gh!" sudo apt -fy install ./gh_1.11.0_linux_arm64.deb || error "Failed to install gh!"
#clean up #clean up
rm -f gh*linux_arm64.deb rm -f gh*linux_arm64.deb

Loading…
Cancel
Save