Advertisement
badlogic

remove zerotier in centos

Nov 16th, 2018
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.61 KB | None | 0 0
  1. source https://github.com/zerotier/ZeroTierOne/issues/448
  2.  
  3. Ok. But I see version 1.1.17, while above you mentioned that you installed zerotier with curl -s https://install.zerotier.com/ | bash
  4.  
  5. As far as I know, that would install 1.1.14 and not a development version.
  6.  
  7. I think you have a broken (mixed) install.
  8. If you verified that, you can reinstall as follows.
  9.  
  10. To reinstall, first cleanup:
  11.  
  12. service zerotier-one stop
  13.  
  14. yum remove zerotier-one
  15.  
  16. Then remove possible leftovers:
  17. rm -rf /var/lib/zerotier-one
  18. rm -f /usr/sbin/zerotier*
  19.  
  20. Then install current stable:
  21. curl -s https://install.zerotier.com/ | bash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement