Skip to content

Commit 0e22991

Browse files
authored
fix usage instructions for macOS
I'm sorry for the wait
1 parent 1bcc128 commit 0e22991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These 3 things are the majority of what most people would want to keep safe, but
3535

3636
### macOS
3737

38-
**Warning:** I've recently switched to an AMD CPU+NVIDIA GPU rig, making it impossible for me to test this script on macOS without buying a Mac. Whilst there is nothing that could prevent this script from running on macOS, you are on your own and support will be very limited.
38+
**Warning:** I've recently switched to an AMD CPU+NVIDIA GPU rig, making it impossible for me to test this script on macOS without buying a Mac. Whilst there is nothing that could prevent this script from running on macOS, you are on your own and support will be very limited. (script last tested on Janurary 11th 2023)
3939

4040
1. Install p7zip and adb using [Homebrew](https://brew.sh/):
4141

@@ -45,7 +45,7 @@ These 3 things are the majority of what most people would want to keep safe, but
4545
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4646
# If you already have Homebrew installed, just run these 2 commands:
4747
brew install --cask android-platform-tools
48-
brew install p7zip pv
48+
brew install p7zip pv bash
4949
```
5050

5151
2. Follow the steps 2 and 3 from the install guide for Linux.

0 commit comments

Comments
 (0)