Last active
August 3, 2018 21:51
-
-
Save wesinator/14da886be35dfe60c70a8ca234588975 to your computer and use it in GitHub Desktop.
Install prereqs for https://github.com/github/linguist/blob/master/CONTRIBUTING.md#adding-a-language (Ubuntu 16.04)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sudo apt install docker.io | |
| sudo apt install npm coffeescript libicu-dev ruby-dev ruby-bundler rake-compiler ruby-mocha ruby-plist pry ruby-yajl ruby-byebug | |
| sudo gem install -g Gemfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Install linguist prereqs for Bionic 18.04 | |
| sudo apt install docker.io ruby ruby-dev libicu-dev cmake libssl-dev | |
| sudo gem install -g Gemfile | |
| sudo apt install ruby-bundler rake-compiler | |
| bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment