Skip to content

Commit 515c77b

Browse files
authored
Merge pull request #81 from andmpel/Revert-to-Shell-Script
Revert to shell script
2 parents f8259eb + bb2c98d commit 515c77b

File tree

9 files changed

+9
-619
lines changed

9 files changed

+9
-619
lines changed

Makefile

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

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,24 @@ To Download & Execute, Run the following command in your terminal:
1919
curl -fsSL https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/install.sh | zsh
2020
```
2121

22+
Then Run `update` from the terminal and it will run the script
23+
2224
### Manually Downloading and Running Script
2325

24-
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it.
26+
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it
2527

2628
```sh
2729
USER_SCRIPTS="${HOME}/"
2830
curl -fsSLo "$USER_SCRIPTS/update" https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/update-all.sh
2931
chmod +x "$USER_SCRIPTS/update"
3032
```
3133

32-
**Now you can run the script anytime by simply typing `./update` from your home directory in your terminal.**
34+
Optional:
35+
36+
Add an alias command to the update script in your .zshrc file
37+
Feel free to edit, or `#`comment out commands from the `update_all()` function of the script to skip them
38+
39+
Now you can run the script anytime by simply typing `./update` from your home directory in your terminal
3340

3441
## Supported Updates
3542

go.mod

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

go.sum

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

macup/macup.go

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

macup/test/macup_test.go

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

0 commit comments

Comments
 (0)