mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-14 22:05:15 +01:00
Removal script
This commit is contained in:
@@ -63,9 +63,3 @@ else
|
|||||||
echo "Installed version is the same or newer than ${TARGET_VERSION}."
|
echo "Installed version is the same or newer than ${TARGET_VERSION}."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
|
||||||
|
|||||||
12
MDM/RemoveInstallomator.sh
Normal file
12
MDM/RemoveInstallomator.sh
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user