master
Can202 2021-09-12 01:03:41 -03:00
parent 27fdea7de2
commit 1010310e71
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ works on Debian-based (apt), Manjaro (pacman, AUR), Fedora-like(dnf) and OpenSUS
## Tutorial
use this command with root or an admin user
~~~
cd /tmp/ && rm -vrf zerotier.sh && curl -LO https://github.com/Can202/ZeroTierInstaller/releases/download/v0.9/zerotier.sh && chmod a+x zerotier.sh && clear && ./zerotier.sh* && rm zerotier.sh*
cd /tmp/ && rm -vrf zerotier.sh && curl -LO https://raw.githubusercontent.com/Can202/ZeroTierInstaller/dev/zerotier.sh && chmod a+x zerotier.sh && clear && sudo ./zerotier.sh* && rm zerotier.sh*
~~~
## Dependencies (before the script)