Skip to content

Instantly share code, notes, and snippets.

@kripul
Last active February 1, 2018 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kripul/b6f9432c5c511298f94b16743b7dc987 to your computer and use it in GitHub Desktop.
Save kripul/b6f9432c5c511298f94b16743b7dc987 to your computer and use it in GitHub Desktop.
install lamp ubuntu 16.04
#!/bin/bash
DEBIAN_FRONTEND=noninteractive sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install apache2 mysql-server php libapache2-mod-php php-mcrypt php-mysql php-cli php-cgi php-curl php-gd -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment