Files
Installomator/MDM/RemoveInstallomator.sh
Søren Theilgaard 921ba0f79e Removal script
2021-10-19 15:16:20 +02:00

13 lines
305 B
Bash

#!/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