Go to file
Can202 27fdea7de2 quit KDE additions 2021-09-12 01:00:05 -03:00
media quit KDE additions 2021-09-12 01:00:05 -03:00
LICENSE Initial commit 2021-06-12 01:51:18 -04:00
README.md change command 2021-09-12 00:46:01 -03:00
zerotier.sh no terminal in pkexec 2021-09-12 00:59:13 -03:00

README.md

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://github.com/Can202/ZeroTierInstaller/releases/download/v0.9/zerotier.sh && chmod a+x zerotier.sh && clear && ./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