Homebrew won't prompt (#54)

This commit is contained in:
Pete Goldsmith 2022-09-18 00:46:05 +10:00 committed by GitHub
parent ae5d3345f5
commit 041478db09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ build {
}
provisioner "shell" {
inline = [
"yes '' | /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"",
"/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"",
"echo \"export LANG=en_US.UTF-8\" >> ~/.zprofile",
"echo 'eval \"$(/opt/homebrew/bin/brew shellenv)\"' >> ~/.zprofile",
"echo \"export HOMEBREW_NO_AUTO_UPDATE=1\" >> ~/.zprofile",