ZeroTierOne icon indicating copy to clipboard operation
ZeroTierOne copied to clipboard

Official linux installer issue

Open darkbroodzed opened this issue 3 years ago • 3 comments

Current installer script curl -s https://install.zerotier.com | sudo bash

have old non recommended way of adding repo and key file (apt-key deprecated now)

It should be changed by adding [signed-by=/usr/share/keyrings/zerotier-archive-keyring.gpg] to zerotier.list and placing gpg key to usr/share/keyrings/ dir instead of using apt-key

reference: https://wiki.debian.org/DebianRepository/UseThirdParty#OpenPGP_Key_distribution

darkbroodzed avatar May 20 '22 15:05 darkbroodzed

There was also this post on the ZeroTier forums to re-add the GPG key to the right location. This change might only be fore some Ubuntu versions and not all Liunx versions to change the location of the gpg key import.

To fix this warning, you can run this command in the shell.

curl -s http://download.zerotier.com/contact%40zerotier.com.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zerotier.com.gpg > /dev/null

Next time you do an apt update after running the command above, the warning about the zerotier package repository will be gone!

cjerrington avatar May 31 '22 18:05 cjerrington

Hello!

We're actively working on the packaging (and installer) situation. Stay tuned. -s

someara avatar May 31 '22 19:05 someara

If we want to have a single file distribution so that people can just copy-n-paste, using the sources.list DEB822-STYLE format would be ideal. It would only need apt version 1.1, which is the default for all stable debian derivatives.

braiam avatar Aug 07 '23 15:08 braiam