www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Installation script fails

reply Unthread <call 3142.casa> writes:
curl -fsS https://dlang.org/install.sh | bash -s dmd
Downloading https://dlang.org/d-keyring.gpg

Downloading https://dlang.org/install.sh

The latest version of this script was installed as 
~/dlang/install.sh.
It can be used it to install further D compilers.
Run `~/dlang/install.sh --help` for usage information.

Downloading and unpacking 
https://downloads.dlang.org/releases/2.x/2.111.0/dmd.2.111.0.linux.tar.xz

gpg: Signature made Mon 31 Mar 2025 06:29:30 AM CDT
gpg:                using RSA key 
F3F896F3274BBD9BBBA59058710592E7FB7AF6CA
gpg: Can't check signature: No public key
Invalid signature 
https://downloads.dlang.org/releases/2.x/2.111.0/dmd.2.111.0.linux.tar.xz.sig
Nov 28
parent reply Unthread <call 3142.casa> writes:
Any chance of some help to get a working keyring?
Nov 28
parent Unthread <call 3142.casa> writes:
On Friday, 28 November 2025 at 18:12:38 UTC, Unthread wrote:
 Any chance of some help to get a working keyring?
I used gpa to delete all public keys from gnupg and then import those from d-keyring.gpg downloaded by install.sh in the failed installation and now the installation script works.
Nov 29