Skip to content

Instantly share code, notes, and snippets.

@mbonell
Last active April 26, 2017 04:59
Show Gist options
  • Save mbonell/eb7c8ff166077f742a1157d89293b339 to your computer and use it in GitHub Desktop.
Save mbonell/eb7c8ff166077f742a1157d89293b339 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt-get update
sudo apt-get install apache2 apache2-doc apache2-utils libexpat1 ssl-cert -y
wget https://gist.githubusercontent.com/MBonell/d1ac6700859db234b3d00151733997fe/raw/97addf5576725a67922e04e2f3b8c82854e9d8ad/example.html
sudo cp example.html /var/www/html/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment