Skip to content

Commit cd2d822

Browse files
committed
Adding an uninstaller PKG but still better to use commandline to record details
1 parent 036576c commit cd2d822

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Pansift_Uninstaller.pkg

17.5 KB
Binary file not shown.

Scripts/unattended_uninstall.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ echo
6060
sudo pkill -9 -f Pansift/telegraf
6161
sudo pkill -9 -f Pansift.app
6262
sudo defaults delete com.pansift.p3bar
63+
# The osascript looks for extra permissions in the GUI
6364
sudo osascript -e 'tell application "System Events" to delete login item "Pansift"'
6465

6566
if [[ "$OSTYPE" == "linux-gnu"* ]]; then

0 commit comments

Comments
 (0)