sundowndev / LAMP-Installer

This shell script will install the LAMP Stack interactively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated-LAMP-Installation

This shell script will install (and uninstall) the LAMP Stack automatically 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 install.sh

Then run it as sudo user.

sudo ./install.sh

How to uninstall:

Give the execution right to it.

chmod +x uninstall.sh

Then run it as sudo user.

sudo ./uninstall.sh

About

This shell script will install the LAMP Stack interactively

License:MIT License


Languages

Language:Shell 100.0%