On 09/07/2017 02:53 AM, Ali Çehreli wrote: > This is the first time I'm trying to install with the install script as > shown on the download page but it fails. > > $ curl -fsS https://dlang.org/install.sh | bash -s dmd > Downloading and unpacking > http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz > ######################################################################## > 100.0% > Invalid signature > http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz.sig
The script downloads https://dlang.org/d-keyring.gpg and verifies the GPG signature of the download against that keyring. So either there was a download error on the file (or signature), or there is some bug in the way we use your local gpg/gpg2. Could you check again please?
