File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
99SystemVersion=` sw_vers -productVersion`
You can’t perform that action at this time.
0 commit comments