1
0
Fork 0

brew-script.sh: fix typod

This commit is contained in:
Pratham Patel 2024-02-19 13:27:53 +05:30
parent 0e6356c947
commit a1b72bdb16
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ brew analytics off
brew update --force # upgrade homebrew itself
brew upgrade --greedy --greedy-latest --greedy-auto-updates --no-quarantine # upgrade the packages installed by homebrew
brew install --forumla "${BREW_FORUMLAS[@]}"
brew install --formula "${BREW_FORUMLAS[@]}"
brew install --cask "${BREW_CASKS[@]}"
brew autoremove