Skip to content

Commit 03438fa

Browse files
authored
Update SystemOptimizationEnable.sh
1 parent b0008d0 commit 03438fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SystemOptimizationEnable.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
#Load Auto System Optimization
4-
chmod +x /Applications/MacCleaner.app/Contents/Resources/AutoSystemOptimization.sh
5-
cd /Users/$USER/Library/LaunchAgents/ && curl -s https://raw.githubusercontent.com/dev-coco/MacCleaner/master/com.dev-coco.MacCleaner.plist -o com.dev-coco.MacCleaner.plist && sudo chmod +x /Users/$USER/Library/LaunchAgents/com.dev-coco.MacCleaner.plist
6-
launchctl load -w /Users/$USER/Library/LaunchAgents/com.dev-coco.MacCleaner.plist
4+
#chmod +x /Applications/MacCleaner.app/Contents/Resources/AutoSystemOptimization.sh
5+
#cd /Users/$USER/Library/LaunchAgents/ && curl -s https://raw.githubusercontent.com/dev-coco/MacCleaner/master/com.dev-coco.MacCleaner.plist -o com.dev-coco.MacCleaner.plist && sudo chmod +x /Users/$USER/Library/LaunchAgents/com.dev-coco.MacCleaner.plist
6+
#launchctl load -w /Users/$USER/Library/LaunchAgents/com.dev-coco.MacCleaner.plist
77

88
#Enable Performance Mode
99
SystemVersion=`sw_vers -productVersion`

0 commit comments

Comments
 (0)