mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 06:03:26 +00:00
Update zerotier-uninstall.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user