ZeroTierInstaller/README.md

30 lines
1001 B
Markdown
Raw Permalink 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-09-11 21:05:44 -07:00
### sudo
2021-06-22 21:06:03 -07:00
~~~
2021-09-11 21:19:08 -07:00
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
2021-09-11 21:05:44 -07:00
~~~
### su
~~~
2021-09-11 21:19:08 -07:00
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
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
2021-09-11 20:46:01 -07:00
- curl
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