-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40b8768
commit 9c88e5e
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -460,6 +460,11 @@ case "$response" in | |
# AWS CLI Team | ||
gpg --keyserver keyserver.ubuntu.com --receive-keys FB5DB77FD5C118B80511ADA8A6310ACC4672475C | ||
|
||
# Github CLI: [email protected] | ||
## You may need this: | ||
## https://github.com/cli/cli/issues/9569 | ||
gpg --receive-keys 2C6106201985B60E6C7AC87323F3D4EA75716059 | ||
|
||
if [ -s /bin/zsh ]; then | ||
if [[ ! "$SHELL" =~ "zsh" ]]; then | ||
chsh -s /bin/zsh "${USER}" | ||
|