June 15, 2018
Trying to execute the install.sh on a centos7.5 system gives an error:
Invalid signature http://downloads.dlang.org/releases/2.x/2.080.1/dmd.2.080.1.linux.tar.xz.sig

For each version I tried.

Whats wrong?

June 15, 2018
On Friday, 15 June 2018 at 12:02:57 UTC, Arjan wrote:
> Trying to execute the install.sh on a centos7.5 system gives an error:
> Invalid signature http://downloads.dlang.org/releases/2.x/2.080.1/dmd.2.080.1.linux.tar.xz.sig
>
> For each version I tried.
>
> Whats wrong?

Maybe you have an outdated version of the d-keyring.gpg in your ~/dlang directory and never did an update of it?
The command is ./install.sh update (or simply remove it).