Skip to content

Commit

Permalink
Removed github cli installation from postboot scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas9804 committed Sep 13, 2024
1 parent cf4fb13 commit eccf74b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions scripts/notebooks/EJFAT/post-boot/recver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ if [[ ${distro} == 'rocky' ]]; then
# install git-lfs
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
sudo dnf -yq install git-lfs

# install github cli (gh)
sudo dnf -yq install 'dnf-command(config-manager)'
sudo dnf -yq config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf -yq install gh --repo gh-cli

fi

Expand Down
5 changes: 0 additions & 5 deletions scripts/notebooks/EJFAT/post-boot/sender.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ if [[ ${distro} == 'rocky' ]]; then
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
sudo dnf -yq install git-lfs

# install github cli (gh)
sudo dnf -yq install 'dnf-command(config-manager)'
sudo dnf -yq config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf -yq install gh --repo gh-cli

fi

# install docker compose and buildx bits
Expand Down

0 comments on commit eccf74b

Please sign in to comment.