Skip to content

Commit

Permalink
Load GPG key from URL rather than keyserver (#1598)
Browse files Browse the repository at this point in the history
Removes one point of failure (flaky GPG key servers)
  • Loading branch information
Daniel15 committed Nov 1, 2016
1 parent 5fec1fc commit d2865a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap-env-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

# Add Yarn package repo - We require Yarn to build Yarn itself :D
sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

sudo apt-get update -qq
Expand Down

0 comments on commit d2865a9

Please sign in to comment.