diff --git a/MDM/MDMAddigy CustomSoftware.sh b/MDM/MDMAddigy CustomSoftware.sh index e17dcba..9d26a50 100755 --- a/MDM/MDMAddigy CustomSoftware.sh +++ b/MDM/MDMAddigy CustomSoftware.sh @@ -63,9 +63,3 @@ else echo "Installed version is the same or newer than ${TARGET_VERSION}." exit 1 fi - -# Mark: Removal steps -pkgutil --forget "dk.theilgaard.pkg.Installomator" -rm /usr/local/bin/Installomator.sh -rm /usr/local/bin/InstallomatorLabels.sh -rm /usr/local/Installomator/Installomator.sh diff --git a/MDM/RemoveInstallomator.sh b/MDM/RemoveInstallomator.sh new file mode 100644 index 0000000..17fb0ff --- /dev/null +++ b/MDM/RemoveInstallomator.sh @@ -0,0 +1,12 @@ +#!/bin/zsh + +# how to remove Installomator. + +# Mark: This fork +pkgutil --forget "com.scriptingosx.Installomator" +rm /usr/local/Installomator/Installomator.sh + +# Mark: Theile fork +pkgutil --forget "dk.theilgaard.pkg.Installomator" +rm /usr/local/bin/Installomator.sh +rm /usr/local/bin/InstallomatorLabels.sh