ZeroTierInstaller/README.md

27 lines
749 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:06:03 -07:00
## Option 1
2021-06-12 11:41:13 -07:00
2021-06-16 14:57:49 -07:00
1st: Download [this](https://github.com/Can202/ZeroTierInstaller/releases/download/v0.8/zerotier.sh)
2021-06-12 11:41:13 -07:00
2nd: Activate it as executable
2021-06-22 21:06:03 -07:00
3rd: Run in your terminal with root or an admin user
2021-06-12 11:41:13 -07:00
4th: Follow the instructions
2021-06-12 14:58:15 -07:00
2021-06-22 21:06:03 -07:00
## Option 2
use this command with root or an admin user
~~~
2021-06-22 21:06:56 -07:00
cd /tmp/ && touch zerotier.sh.remove && rm zerotier.sh* && wget https://github.com/Can202/ZeroTierInstaller/releases/download/v0.8/zerotier.sh && chmod a+x zerotier.sh* && clear && ./zerotier.sh* && rm zerotier.sh*
2021-06-22 21:06:03 -07:00
~~~
2021-06-12 14:58:15 -07:00