Skip to content

Commit d44bb9e

Browse files
committed
update for "deprecated" brew cask commands
1 parent 9b6d5c0 commit d44bb9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This will clone the repository and create a symlink for use in the terminal
4949

5050
```bash
5151
git clone <paste the copied url here>
52-
ln -s ${PWD}/brewup/brewup.sh /usr/local/bin/brewup
52+
ln -s ${PWD}/BrewUp/brewup.sh /usr/local/bin/brewup
5353
```
5454

5555
## Usage

brewup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ echo -e "${green}==>${reset} Brew Diagnotic Finished."
3737
echo "${yellow}==>${reset} Running Brew&Casks Updates..."
3838
brew update 2>&1
3939
brew upgrade 2>&1
40-
brew cask outdated 2>&1
41-
brew cask upgrade 2>&1
40+
brew outdated --cask 2>&1
41+
brew upgrade --cask 2>&1
4242
brew cleanup -s 2>&1
4343
echo "${green}==>${reset} Finished Brew&Casks Updates"
4444

0 commit comments

Comments
 (0)