Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MacBook Optimization Script is a comprehensive tool designed to enhance your Mac

```bash
# Clone this repository
git clone https://github.com/koding88/MacBook-Optimization-Script.git
git clone https://github.com/1245ym/MacBook-Optimization-Script.git

# Go into the repository
cd MacBook-Optimization-Script
Expand Down
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source ./modules/menu_handler.sh

# Main script execution
function main() {
echo -e "${BLUE}Initializing MacBook Optimization Script...${NC}"
echo -e "${BLUE}Initializing 1245ym's MacBook Optimization Script...${NC}"

if ! initialize_config; then
echo -e "${RED}Failed to initialize configuration. Script may not work properly.${NC}"
Expand Down