Skip to content

Instantly share code, notes, and snippets.

@rgoodie
rgoodie / vagrant-d8.sh
Last active August 29, 2015 14:16 — forked from alimac/vagrant-d8.sh
#!/bin/bash
# Install Drupal 8 Development Environment
# update apt
sudo apt-get update -y
# install development tools
sudo apt-get install curl git vim -y