Skip to content

Commit 4a41654

Browse files
authored
Update README.md
1 parent 97616b5 commit 4a41654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Then Run `update` from the terminal and it will run the script
2626
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it
2727

2828
```sh
29-
USER_SCRIPTS="${HOME}/update"
30-
curl -fsSLo "${USER_SCRIPTS}" https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/update-all.sh
31-
chmod +x "${USER_SCRIPTS}"
29+
UPDATE_SCRIPT="${HOME}/update"
30+
curl -fsSLo "${UPDATE_SCRIPT}" https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/update-all.sh
31+
chmod +x "${UPDATE_SCRIPT}"
3232
```
3333

3434
Now you can run the script anytime by simply typing `./update` from your home directory in your terminal

0 commit comments

Comments
 (0)