File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# 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
7
7
8
8
# Enable Performance Mode
9
9
SystemVersion=` sw_vers -productVersion`
You can’t perform that action at this time.
0 commit comments