Skip to content

Commit 2e435a4

Browse files
authored
Minor Fixes: Update Script
1 parent 4f71962 commit 2e435a4

File tree

2 files changed

+5
-141
lines changed

2 files changed

+5
-141
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ curl -fsSL https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Scr
2121

2222
### Manually Downloading and Running Script
2323

24-
For easy access, download the `update-installer.sh` script to your Mac user's home folder, make it executable, and run it to install the update utility:
24+
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it.
2525

2626
```sh
27-
curl -fsSL https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/update-installer.sh | zsh
27+
USER_SCRIPTS="${HOME}/"
28+
curl -fsSLo "$USER_SCRIPTS/update" https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/update-all.sh
29+
chmod +x "$USER_SCRIPTS/update"
2830
```
2931

30-
**After installation, you can run the update script anytime by simply typing `update` in your terminal.**
32+
**Now you can run the script anytime by simply typing `./update` from your home directory in your terminal.**
3133

3234
## Supported Updates
3335

update-installer.sh

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)