change command

master
Can202 2021-09-12 00:46:01 -03:00
parent 4060e060cf
commit a4efffa38d
2 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ 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/ && 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*
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*
~~~
## Dependencies (before the script)
- wget
- curl
- sudo
## Dependencies (on script)

View File

@ -120,7 +120,7 @@ cp ZeroTier-GUI/src/zerotier-gui /usr/bin/
git clone https://github.com/Can202/ZeroTierInstaller
cd ZeroTierInstaller/
git checkout v0.9
git checkout dev
cd media/
cp zerotier-gui.png /opt/ZeroTierInstaller/
chmod a+x zerotier-exec