From c6683d77bbe637800fac794dcce0136401a4811a Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:58:00 +0100 Subject: [PATCH] Update zerotier-uninstall.sh --- zerotier-uninstall.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/zerotier-uninstall.sh b/zerotier-uninstall.sh index 34bc735..9b3585b 100644 --- a/zerotier-uninstall.sh +++ b/zerotier-uninstall.sh @@ -1,4 +1,19 @@ #!/bin/bash +################################################################################################ +# +# ****** +# *...../ / ****** +# ************** *****/ *****/*****/***/*************/ ****** /********** +# ******/..*****/ *****/ *****/********//******/ ,*****/******,***** ,*****/ +# *****/ ***** *****/ *****/*****/ *****/ /************************** +# *******//*****/ *************/*****/ *********************/*******./*/* ()) +# ************* ******/*****/*****/ *****/******/. ****** ********** (())) +# *****/ *****/ ()) +# *****/ *****/ +# +################################################################################################ +# ZEROTIER FOR MAC UNINSTALL SCRIPT +################################################################################################ export PATH=/bin:/usr/bin:/sbin:/usr/sbin @@ -32,5 +47,6 @@ if [ "`pwd`" = '/Library/Application Support/ZeroTier/One' ]; then rm -rf *.d *.sh *.log *.old *.kext *.conf *.pkg *.dmg *.pid *.port *.save *.bin planet zerotier-* devicemap fi rm -rf "/Library/Application Support/ZeroTier/One" + echo ZeroTier has been removed. exit 0