Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Installer/Scripts/Uninstall_1.2.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Uninstalling 1.2.1 and previous"
sudo true

KEXT_ID=com.protech.nosleep
KEXT_PATH=/System/Library/Extensions/nosleep.kext
KEXT_PATH=/Library/Extensions/nosleep.kext
PERF_PATH=/Library/PreferencePanes/nosleep-preferences.prefPane
OLD_PERF_PATH=/System/Library/PreferencePanes/nosleep-preferences.prefPane
AGENT_PATH=/Library/LaunchAgents/com.protech.nosleep.launch.plist
Expand Down Expand Up @@ -51,4 +51,4 @@ sudo pkgutil --forget "com.protech.NoSleep.pkg" &> /dev/null
sudo pkgutil --forget "com.protech.nosleep.postflight.pkg" &> /dev/null
sudo pkgutil --forget "com.protech.nosleep.preflight.pkg" &> /dev/null

echo "Done"
echo "Done"