mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Make cask bundle dependent on successful brew bundle.
This commit is contained in:
parent
0a607116da
commit
c9d77529b6
3
setup.sh
3
setup.sh
@ -12,8 +12,7 @@ curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/Caskfile > ~/C
|
|||||||
|
|
||||||
# Install brew bundles
|
# Install brew bundles
|
||||||
echo 'Installing...'
|
echo 'Installing...'
|
||||||
brew bundle
|
brew bundle && brew bundle Caskfile
|
||||||
brew bundle Caskfile
|
|
||||||
|
|
||||||
echo 'Done!'
|
echo 'Done!'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user