-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
GPG Download instructions are not working #2240
Comments
Had the same issue just now
|
Hello - I noticed this issue as well @mrexodia and @monnoval - GitHub will actually redirect the links properly (see for example the https://github.com/zerotier/docs repo, it has references to Not sure where Zerotier maintains their website, is that open source? Happy to make a PR with the fix, if so. Otherwise, here is the solution - the issue was that the GPG key name was renamed from curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi In the meantime until the docs are updated, this should be an acceptable workaround. The branch naming change is optional ofc, but I personally don't like relying on a redirect from GitHub. |
In the documentation at https://www.zerotier.com/download/ there is a section about import GPG keys for Debian. It looks like the branch got renamed from
master
tomain
, so these instructions do not work.The text was updated successfully, but these errors were encountered: