From 49be486142a9f5810fec8031b55c372c2e946853 Mon Sep 17 00:00:00 2001 From: Can202 Date: Sun, 12 Sep 2021 01:19:08 -0300 Subject: [PATCH] v1.0 --- README.md | 4 ++-- zerotier.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e93ead..00cd91e 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ works on Debian-based (apt), Manjaro (pacman, AUR), Fedora-like(dnf) and OpenSUS use this command with root or an admin user ### sudo ~~~ -cd /tmp/ && rm -vrf zerotier.bash && curl -LO https://raw.githubusercontent.com/Can202/ZeroTierInstaller/dev/zerotier.bash && chmod a+x zerotier.bash && clear && sudo ./zerotier.bash && rm -vrf zerotier.bash +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 ~~~ ### su ~~~ -cd /tmp/ && rm -vrf zerotier.bash && curl -LO https://raw.githubusercontent.com/Can202/ZeroTierInstaller/dev/zerotier.bash && chmod a+x zerotier.bash && clear && su root -c './zerotier.bash' && rm -vrf zerotier.bash +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 ~~~ ## Dependencies (before the script) diff --git a/zerotier.bash b/zerotier.bash index 8883028..b35b66a 100755 --- a/zerotier.bash +++ b/zerotier.bash @@ -86,7 +86,7 @@ cp ZeroTier-GUI/src/zerotier-gui /usr/bin/ git clone https://github.com/Can202/ZeroTierInstaller cd ZeroTierInstaller/ -git checkout dev +git checkout v1.0 cd media/ chmod a+x zerotier-gui-remove cp zerotier-gui-remove /usr/bin/zerotier-gui-remove