Skip to content

Commit

Permalink
Merge pull request #1416 from dlang/MartinNowak-patch-1
Browse files Browse the repository at this point in the history
use https to get our gpg keyring
  • Loading branch information
CyberShadow committed Jul 6, 2016
2 parents 2044708 + c31ed0a commit 735d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.dd
Expand Up @@ -147,7 +147,7 @@ $(DOWNLOAD $(HOMEBREW), Homebrew, $(CONSOLE brew install dmd))

$(DOWNLOAD $(UBUNTU) $(DEBIAN), Ubuntu/Debian, $(LINK2 http://d-apt.sourceforge.net/, APT repository)
$(CONSOLE sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
wget -qO - http://dlang.org/d-keyring.gpg | sudo apt-key add -
wget -qO - https://dlang.org/d-keyring.gpg | sudo apt-key add -
sudo apt-get update && sudo apt-get install dmd-bin)
)

Expand Down

0 comments on commit 735d07c

Please sign in to comment.