Files
Installomator/MDM/RemoveInstallomator.sh
Søren Theilgaard bf00b864f0 zsh
2021-10-28 14:35:20 +02:00

14 lines
336 B
Bash

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