Last active
April 26, 2017 04:59
-
-
Save mbonell/eb7c8ff166077f742a1157d89293b339 to your computer and use it in GitHub Desktop.
This file contains 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-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