Switch to HTTPS for D, yay!
This commit is contained in:
parent
98612d6bcc
commit
2566fcb6c5
|
@ -6,7 +6,7 @@ name: "D"
|
|||
install:
|
||||
prepare:
|
||||
manual: |
|
||||
file="$(curl -fsSL https://dlang.org/download.html | grep -Eo '"http://[^"]+amd64.deb"' | grep -v pre-release | tr -d '"')"
|
||||
file="$(curl -fsSL https://dlang.org/download.html | grep -Eo '"https://[^"]+amd64.deb"' | grep -v pre-release | tr -d '"')"
|
||||
wget "${file}" -O dmd.deb
|
||||
sudo apt-get install -y ./dmd.deb
|
||||
manual: |
|
||||
|
|
Loading…
Reference in New Issue