-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Robert reported this on 2024-02-13T07:14:12Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24392
CC List
- Martin Nowak (@MartinNowak)
- Iain Buclaw (@ibuclaw)
- Matthew Cook
- Robert
Description
I cannot install D because the installer is failing right away when trying to verify the install.sh script:
robert@fedora:~$ curl -fsS https://dlang.org/install.sh | bash -s dmd
Downloading https://dlang.org/d-keyring.gpg
######################################################################## 100.0%
Downloading https://dlang.org/install.sh
######################################################################## 100.0%
gpg: Signature made Mon 02 Jan 2023 01:47:04 PM CET
gpg: using RSA key 30AE2FC45DE4153268ED91754CF5FA5326CC62EB
gpg: Can't check signature: No public key
Invalid signature https://dlang.org/install.sh.sig
I am on Fedora 39 (I know there is an RPM but I still wanted to report this bug).
andrej-petrovic