Skip to content

Instantly share code, notes, and snippets.

@damianesteban
Created September 21, 2014 18:09
Show Gist options
  • Save damianesteban/787eb61910c628d34b75 to your computer and use it in GitHub Desktop.
Save damianesteban/787eb61910c628d34b75 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash echo "Installing Apache and setting it up..." apt-get install -y libglibmm-2.4-dev >/dev/null 2>&1 apt-get install -y libnotify4 >/dev/null 2>&1 rm -rf /var/www ln -fs /vagrant /var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment