How to remove Zerotier after running the curl -s script?

Hi

I used this script to try to install on pi4

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

but it will only give and IP on my network that I cannot ping or access so I am thinking of removing Zerotier and try to re-install with Docker container. (If you know a good one that works please share since Docker are easier to remove but I had no luck with the one I found…)

In the meantime can you please share a script to clean my pi from this command above?

Thanks!

hi,
that should be easier to get working than a docker container…

you can apt purge zerotier-one and then delete /var/lib/zerotier-one

so I only have to run this apt purge zerotier-one in SSH but how do I delete /var/lib/zerotier-one will this work
sudo rm /var/lib/zerotier-one

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