Segmentation fault on lmde5 after install of zerotier 1.10.3

Continuing the discussion from Segmentation fault on LMDE5 after install:
Just installed zerotier 1.10.3 on LMDE5 (several month old installation).
The curl -s https://install.zerotier.com | sudo bash script still misdetected the Debian derivative as Xenial.
A quick sudo nano /etc/apt/sources.list.d/zerotier.list
change xenial to bullseye (twice), save exit
sudo apt update && apt upgrade
All good for 1.10.3
PS keep up the good work guys/girls. ZeroTier is a great product.

2 Likes

I have the same :frowning:

I did this:
curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && \ if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi

I got the wrong Xenial repository instead of Bullseye:
cat /etc/apt/sources.list.d/zerotier.list
deb http://download.zerotier.com/debian/xenial xenial main

Questions:

  1. Can you fix the installation script for LMDE5?

  2. Is this correct at the moment?

  • sudo nano /etc/apt/sources.list.d/zerotier.list
    deb http://download.zerotier.com/debian/bullseye bullseye main
  • curl -fsSL https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/zerotier.gpg
  • sudo apt update
  • sudo apt install zerotier-one

Cheers!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.