Comment #0 by pierrick.bouvier — 2021-01-11T12:54:49Z
On debian stable (buster - updated), it is not possible to install D from script install.sh. Even if you download this script, you will find issue since it uses curl itself.
Maybe a certificate renewal is needed.
---
Reproduce using (same with debian:sid)
docker run --rm=true debian:buster sh -c "apt update && apt install -y curl && curl https://dlang.org/install.sh"
...
curl: (60) SSL certificate problem: unable to get local issuer certificate
Comment #1 by pierrick.bouvier — 2021-01-11T12:59:50Z
Same for archlinux
docker run --rm=true archlinux curl https://dlang.org/install.sh
...
curl: (60) SSL certificate problem: unable to get local issuer certificate
Comment #2 by pierrick.bouvier — 2021-01-12T07:59:16Z