Skip to content

Commit dff6496

Browse files
authored
Merge pull request #18 from ombulabs/update-references
Correct references
2 parents 4fcb889 + b56d915 commit dff6496

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

mac.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,14 @@ println "Installing Firefox..."
6868
brew cask install firefox
6969

7070
println "Installing Github..."
71-
brew cask install github-desktop
71+
brew cask install github
7272

7373
println "Installing Atom..."
7474
brew cask install atom
7575

7676
println "Installing Slack..."
7777
brew cask install slack
7878

79-
println "Installing Screenhero..."
80-
brew cask install screenhero
81-
8279
println "Installing Spotify..."
8380
brew cask install spotify
8481

@@ -95,8 +92,7 @@ println "Installing PhantomJS..."
9592
brew_install_or_upgrade 'phantomjs'
9693

9794
println "Installing MySQL 5.6..."
98-
brew tap homebrew/versions
99-
brew_install_or_upgrade 'homebrew/versions/mysql56'
95+
brew_install_or_upgrade 'mysql@5.6'
10096

10197
println "Installing ImageMagick, to crop and resize images..."
10298
brew_install_or_upgrade 'imagemagick'
@@ -156,7 +152,8 @@ println "Configuring Bundler for faster, parallel gem installation..."
156152
bundle config --global jobs $((number_of_cores - 1))
157153

158154
println "Installing Heroku CLI client..."
159-
brew_install_or_upgrade 'heroku-toolbelt'
155+
brew tap heroku/brew
156+
brew_install_or_upgrade 'heroku/brew/heroku'
160157

161158
println "Installing the heroku-config plugin to pull config variables locally to be used as ENV variables..."
162159
heroku plugins:install heroku-config

0 commit comments

Comments
 (0)