Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 506 Bytes

Automated-LAMP-Installation

This shell script will install the LAMP Stack interactively on Ubuntu server

How to use it:

Download the following shell script on your Ubuntu server or clone it with the following command.

git clone https://github.com/arbabnazar/Automated-LAMP-Installation.git

Give the execution right to it.

chmod +x lamp.sh

Then run it as sudo user.

sudo ./lamp.sh