ZeroTierInstaller/README.md

746 B

ZeroTierInstaller

A installer to ZeroTier on Linux, with graphic interface (thanks to tralph3)

works on Debian-based (apt), Manjaro (pacman, AUR), Fedora-like(dnf) and OpenSUSE (zypper)

Tutorial

use this command with root or an admin user

cd /tmp/ && rm -vrf zerotier.sh && curl -LO https://raw.githubusercontent.com/Can202/ZeroTierInstaller/dev/zerotier.sh && chmod a+x zerotier.sh && clear && sudo ./zerotier.sh* && rm zerotier.sh*

Dependencies (before the script)

  • curl
  • sudo

Dependencies (on script)

if you dependencies is not satisfied, install them manually

  • curl
  • git
  • python3 (or just python on some distros)
  • python3-tk (other names: python3-tkinter, tk)
  • xterm