Skip to content

Commit

Permalink
maybe install gh copilot extension
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 21, 2024
1 parent 5dd8936 commit d9a3bc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/ubi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ if ! is there gh || is cli age gh gt 7 days; then
ubi --project cli/cli --in "$in" --exe gh
fi

if is there gh && ! gh extension list | grep copilot; then
gh extension install github/gh-copilot
fi

exit

0 comments on commit d9a3bc6

Please sign in to comment.