mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-20 21:03:35 +00:00
Version 9.4 of my MDM scripts
This commit is contained in:
13
MDM/Remove Installomator.sh
Normal file
13
MDM/Remove Installomator.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# how to remove Installomator.
|
||||
|
||||
# Mark: This fork
|
||||
pkgutil --forget "com.scriptingosx.Installomator"
|
||||
rm /usr/local/Installomator/Installomator.sh
|
||||
rmdir /usr/local/Installomator
|
||||
|
||||
# Mark: Theile fork
|
||||
pkgutil --forget "dk.theilgaard.pkg.Installomator"
|
||||
rm /usr/local/bin/Installomator.sh
|
||||
rm /usr/local/bin/InstallomatorLabels.sh
|
||||
Reference in New Issue
Block a user