chore: Some further missed standardization
This commit is contained in:
parent
8f9255cacd
commit
3148cb639f
4 changed files with 4 additions and 4 deletions
|
|
@ -75,7 +75,7 @@ touch /.dockerenv
|
|||
|
||||
# Always install Brew
|
||||
echo "Downloading and installing Brew..."
|
||||
curl -fLs https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh -o /tmp/brew-install
|
||||
curl -fLs --create-dirs https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh -o /tmp/brew-install
|
||||
echo "Downloaded Brew install script"
|
||||
chmod +x /tmp/brew-install
|
||||
/tmp/brew-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue