mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-07 21:21:55 +00:00
14 lines
336 B
Bash
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
|