You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be able to run ./setup_homebrew.zsh script, we need to add stdin: true to the config file. Otherwise, you will not be prompted to provide your sudo password and brew will not be installed
The text was updated successfully, but these errors were encountered:
iamtodor
changed the title
./setup_homebrew.zsh command: Warning: Running in non-interactive mode because stdin is not a TTY../setup_homebrew.zsh script: Warning: Running in non-interactive mode because stdin is not a TTY.
Sep 25, 2022
In order to be able to run
./setup_homebrew.zsh
script, we need to addstdin: true
to the config file. Otherwise, you will not be prompted to provide your sudo password and brew will not be installedThe text was updated successfully, but these errors were encountered: