From 1cded717bc319e55111c3f77e6c47faf1329f6ba Mon Sep 17 00:00:00 2001 From: Can202 Date: Sun, 12 Sep 2021 01:05:44 -0300 Subject: [PATCH] move --- README.md | 7 ++++++- zerotier.sh => zerotier.bash | 0 2 files changed, 6 insertions(+), 1 deletion(-) rename zerotier.sh => zerotier.bash (100%) diff --git a/README.md b/README.md index 83a56ac..6e93ead 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,13 @@ works on Debian-based (apt), Manjaro (pacman, AUR), Fedora-like(dnf) and OpenSUS ## Tutorial use this command with root or an admin user +### sudo ~~~ -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* +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 +~~~ +### 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 ~~~ ## Dependencies (before the script) diff --git a/zerotier.sh b/zerotier.bash similarity index 100% rename from zerotier.sh rename to zerotier.bash