We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e55baa commit 505b142Copy full SHA for 505b142
.github/workflows/wizard/brew_install.sh
@@ -1,4 +1,3 @@
1
-curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
2
-chmod +x install.sh
3
-./install.sh
+curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | sh
+chmod 644 ~/.zshrc
4
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zshrc && source ~/.zshrc
0 commit comments