chore: Some further missed standardization

This commit is contained in:
fiftydinar 2024-09-18 10:20:31 +02:00 committed by GitHub
parent 8f9255cacd
commit 3148cb639f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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