Skip to content

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

License

Notifications You must be signed in to change notification settings

Can202/ZeroTierInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

sudo

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

su

cd /tmp/ && rm -vrf zerotier.bash && curl -LO https://raw.githubusercontent.com/Can202/ZeroTierInstaller/v1.0/zerotier.bash && chmod a+x zerotier.bash && clear && su root -c './zerotier.bash' && rm -vrf zerotier.bash

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages