-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install the keyring if it's missing #338
Conversation
|
This fixed an issue I was having (https://issues.dlang.org/show_bug.cgi?id=19100). I downloaded |
8a4aa67
to
4048f65
Compare
586ed4b
to
bae1b34
Compare
|
Note: if the keyring ever changes (i.e. if someone has an old keyring installed), the install.sh script should probably detect this and remove/download the new keyring. You could do this by checking the sha of the keyring to detect if it is out-of-date. |
|
Added a small test to it and merging now as this is a very trivial fix. |
Yep, very valid point (in fact there should also be a more sophisticated process for the |
|
Lol...already created one :) https://issues.dlang.org/show_bug.cgi?id=19165 I marked yours as duplicate |
|
Doesn't |
In case the user deleted it manually, the installer should detect this.