From a4efffa38dc9ef57c8820b4e3c445d30183c0ab2 Mon Sep 17 00:00:00 2001 From: Can202 Date: Sun, 12 Sep 2021 00:46:01 -0300 Subject: [PATCH] change command --- README.md | 4 ++-- zerotier.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbb2b00..218cd51 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/zerotier.sh b/zerotier.sh index 603df12..131c7e5 100755 --- a/zerotier.sh +++ b/zerotier.sh @@ -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