File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ sudo aptitude install libssl-dev -y
88echo " ###############################################"
99echo " Done."
1010
11- echo -e " Install GitHub CLI"
12- sudo apt-get install software-properties-common -y
11+ echo -e " Installing GitHub CLI"
1312curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
13+ sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
1414echo " deb [arch=$( dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
15- sudo apt update -y
15+ sudo apt update
1616sudo apt install gh -y
1717
1818
You can’t perform that action at this time.
0 commit comments