Skip to content

Commit 40ff1cf

Browse files
akhilnarangLeCmnGend
authored andcommitted
Add in a comment, add in a missing command from github's install docs
Signed-off-by: Akhil Narang <[email protected]>
1 parent 470efce commit 40ff1cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/3.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sudo aptitude install libssl-dev -y
88
echo "###############################################"
99
echo "Done."
1010

11-
echo -e "Install GitHub CLI"
12-
sudo apt-get install software-properties-common -y
11+
echo -e "Installing GitHub CLI"
1312
curl -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
1414
echo "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
1616
sudo apt install gh -y
1717

1818

packages/install_android_sdk.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)