Skip to content

Commit

Permalink
Update android_build_env.sh
Browse files Browse the repository at this point in the history
Fixed `gpg: keyserver receive failed: Server indicated a failure error` when `sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0`
  • Loading branch information
gerrydoro committed Jan 24, 2022
1 parent dc0d4c8 commit 3c30dcd
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 @@ -15,7 +15,7 @@ PACKAGES=""

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

sudo apt update
Expand Down

0 comments on commit 3c30dcd

Please sign in to comment.