Update README.md

master
Manuel González 2021-06-23 00:28:36 -04:00 committed by GitHub
parent 5f3fd058e3
commit 38ac4b21b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -10,8 +10,14 @@ use this command with root or an admin user
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*
~~~
## Dependencies
## Dependencies (before the script)
- wget
## 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