Installation.md: add section for non-interactive installation
This commit is contained in:
parent
3855103617
commit
9084cd21b1
@ -63,6 +63,10 @@ chmod -R go-w "$(brew --prefix)/share/zsh"
|
|||||||
|
|
||||||
Create a Homebrew installation wherever you extract the tarball. Whichever `brew` command is called is where the packages will be installed. You can use this as you see fit, e.g. to have a system set of libs in the default prefix and tweaked formulae for development in `~/homebrew`.
|
Create a Homebrew installation wherever you extract the tarball. Whichever `brew` command is called is where the packages will be installed. You can use this as you see fit, e.g. to have a system set of libs in the default prefix and tweaked formulae for development in `~/homebrew`.
|
||||||
|
|
||||||
|
### Unattended installation
|
||||||
|
|
||||||
|
If you want a non-interactive run of the Homebrew installer that doesn't prompt for passwords (e.g. in automation scripts), prepend [`NONINTERACTIVE=1`](https://github.com/Homebrew/install/#install-homebrew-on-macos-or-linux) to the installation command.
|
||||||
|
|
||||||
## Uninstallation
|
## Uninstallation
|
||||||
|
|
||||||
Uninstallation is documented in the [FAQ](FAQ.md).
|
Uninstallation is documented in the [FAQ](FAQ.md).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user