hjuutilainen / bigsurblocker

Block Big Sur installer app from launching
MIT License
239 stars 28 forks source link

MacOS Catalina uninstall script fails with errors: no such & no receipt #18

Open pfuth opened 10 months ago

pfuth commented 10 months ago

I installed on MacOS Catalina, 10.15.7.

I copied your uninstall script to a RemoveBigSurBlocker.sh ; chmod 755

shot removebigsur script

running: ./RemoveBigSurBlocker.sh returns 2 errors:

/Library/LaunchAgents/com.hjuutilainen.bigsurblocker.plist: No such file or directory No receipt for 'com.hjuutilainen.bigsurblocker' found at '/'.

/Library/LaunchAgents/ contains

ps launchagents

Neither matches for hjuutilainen nor bigsurblocker

launchctl list | grep bigsur ps -A | grep bigsur

has no matches either.

I am strongly disinclined to perform a clean install of the latest OS. I would like to apply a live upgrade with installed apps and whatnot.

Please advise