Skip to content

Commit

Permalink
Adding support for heroku-18
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Chen committed Aug 27, 2018
1 parent 58c8f08 commit ef6c27f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ case "$stack" in
"heroku-16")
PACKAGES="libxss1 libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxtst6 libnss3 libgconf-2-4 libxrandr2 libasound2 libatk1.0-0 libgtk2.0-0 libgtk-3-0 libxinerama1 libcairo-gobject2"
;;
"heroku-18")
PACKAGES="libxss1 libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxtst6 libnss3 libgconf-2-4 libxrandr2 libasound2 libatk1.0-0 libgtk2.0-0 libgtk-3-0 libxinerama1 libcairo-gobject2"
;;
*)
error "STACK must be 'cedar-14' or 'heroku-16', not '$stack.'"
error "STACK must be 'cedar-14', 'heroku-16', or 'heroku-18' not '$stack.'"
esac

indent "Installing Google Chrome from the $channel channel."
Expand Down

0 comments on commit ef6c27f

Please sign in to comment.