Skip to content

Instantly share code, notes, and snippets.

@wesinator
Last active August 3, 2018 21:51
Show Gist options
  • Select an option

  • Save wesinator/14da886be35dfe60c70a8ca234588975 to your computer and use it in GitHub Desktop.

Select an option

Save wesinator/14da886be35dfe60c70a8ca234588975 to your computer and use it in GitHub Desktop.
#!/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
#!/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