Hi all
Thanks for ZT.
Ubuntu 22.04 is only recently released. Any indication of timeline for ZT support on 22.04?
I get zerotier-one : Depends: libssl1.1 (>= 1.1.1) but it is not installable
TIA
Hi all
Thanks for ZT.
Ubuntu 22.04 is only recently released. Any indication of timeline for ZT support on 22.04?
I get zerotier-one : Depends: libssl1.1 (>= 1.1.1) but it is not installable
TIA
As I can google Ubuntu 22.04 now uses libssl 3.
Is zerotier going to support this?
Thanks,
Support for 22.04 is in the works
Could you also update the install script to use the newer apt-key config for ubuntu 22?
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
W: ht tp://download.zerotier.com/debian/focal/dists/focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
see What commands (exactly) should replace the deprecated apt-key? - Ask Ubuntu
we want to do something like this instead
curl -sS htt ps://downloads.zerotier.com/linux/keys/zerotier.asc | sudo gpg --dearmor --output /usr/share/keyrings/zerotier-archive-keyring.gpg
create a /etc/apt/sources.list.d/zerotier.list with
deb [arch=amd64 signed-by=/usr/share/keyrings/zerotier-archive-keyring.gpg] htt
ps://downloads.zerotier.com/linux/debian/amd64 stable main
inside
@rocketman110 We’re in the process of redoing the packaging & distribution for zerotier packages. Updating this is part of that process. I don’t have a date you can expect to see the change at this time though.
Thanks for the update.
Support for 22.04 is now out. You may need to update /etc/apt/sources.list.d/zerotier/zerotier.list
to the following:
deb http://download.zerotier.com/debian/jammy jammy main
On freshly installed systems, curl https://install.zerotier.com | sudo bash
will now work properly for 22.04 as well.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.