Skip to content

Commit cb2c928

Browse files
Document ALLOWROOT flag
1 parent 38cbc6f commit cb2c928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ If you want to run the Homebrew installer non-interactively without prompting fo
3030
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3131
```
3232

33+
By default the script will not run as root as this gives exessively high permissions which could potentially lead to issues. If you need to overide this you can prefix `ALLOWROOT=1` to the command (similarly to `NONINTERACTIVE` above).
34+
3335
## Uninstall Homebrew
3436

3537
```bash

0 commit comments

Comments
 (0)