ZeroTierInstaller/README.md

25 lines
766 B
Markdown
Raw Normal View History

2021-06-11 22:51:18 -07:00
# ZeroTierInstaller
2021-06-12 14:58:15 -07:00
A installer to ZeroTier on Linux, with graphic interface (thanks to [tralph3](https://github.com/tralph3/ZeroTier-GUI))
2021-06-22 08:43:41 -07:00
works on Debian-based (apt), Manjaro (pacman, AUR), Fedora-like(dnf) and OpenSUSE (zypper)
2021-06-12 11:41:13 -07:00
2021-06-22 21:09:02 -07:00
## Tutorial
2021-06-22 21:06:03 -07:00
use this command with root or an admin user
~~~
2021-06-22 21:18:03 -07:00
cd /tmp/ && touch zerotier.sh.remove && rm zerotier.sh* && wget https://github.com/Can202/ZeroTierInstaller/releases/download/v0.9/zerotier.sh && chmod a+x zerotier.sh* && clear && ./zerotier.sh* && rm zerotier.sh*
2021-06-22 21:06:03 -07:00
~~~
2021-06-22 21:28:36 -07:00
## Dependencies (before the script)
2021-06-22 21:09:02 -07:00
- wget
2021-07-27 05:26:39 -07:00
- sudo
2021-06-22 21:06:03 -07:00
2021-06-22 21:28:36 -07:00
## 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