Skip to content

Commit 7f81c58

Browse files
Thordonnemartin
authored andcommitted
Remove redundant cask install from android.sh (donnemartin#75)
1 parent cfd1e62 commit 7f81c58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

android.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ fi
1818
# Make sure we’re using the latest Homebrew.
1919
brew update
2020

21-
# Install Cask
22-
brew install caskroom/cask/brew-cask
23-
brew tap caskroom/versions
24-
2521
brew cask install --appdir="~/Applications" java
26-
brew cask install --appdir="~/Applications" Caskroom/versions/intellij-idea-ce
22+
brew cask install --appdir="~/Applications" intellij-idea-ce
2723
brew cask install --appdir="~/Applications" android-studio
2824

2925
brew install android-sdk

0 commit comments

Comments
 (0)