Skip to content

Commit

Permalink
removed -get
Browse files Browse the repository at this point in the history
  • Loading branch information
Kn0ax authored Jan 11, 2022
1 parent b91e9a7 commit 783bf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/android_build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DEBIAN_11_PACKAGES="libncurses5"
PACKAGES=""

echo "Adding GitHub apt key and repository!"
sudo apt-get install software-properties-common -y
sudo apt install software-properties-common -y
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages

Expand Down

0 comments on commit 783bf3d

Please sign in to comment.