Skip to content

Commit

Permalink
chore: update github cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Jun 21, 2024
1 parent f0cda35 commit cbfcef7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/make_utils/setup_os_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ linux_install_github_cli () {
# Installs github cli
# https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
echo "Installing github-CLI"
wget https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_amd64.deb
dpkg -i gh_2.14.7_linux_amd64.deb
export GH_CLI_VERSION="2.51.0"
wget https://github.com/cli/cli/releases/download/v${GH_CLI_VERSION}/gh_${GH_CLI_VERSION}_linux_amd64.deb
dpkg -i gh_${GH_CLI_VERSION}_linux_amd64.deb
}

OS_NAME=$(uname)
Expand Down

0 comments on commit cbfcef7

Please sign in to comment.