We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470efce commit 40ff1cfCopy full SHA for 40ff1cf
2 files changed
packages/3.sh
@@ -8,11 +8,11 @@ sudo aptitude install libssl-dev -y
8
echo "###############################################"
9
echo "Done."
10
11
-echo -e "Install GitHub CLI"
12
-sudo apt-get install software-properties-common -y
+echo -e "Installing GitHub CLI"
13
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
+sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
14
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
+sudo apt update
16
sudo apt install gh -y
17
18
packages/install_android_sdk.sh
100755
100644
0 commit comments