Skip to content

Instantly share code, notes, and snippets.

View m45k174's full-sized avatar
🏠
Working from home

Rajarshi Bhadra m45k174

🏠
Working from home
View GitHub Profile
@m45k174
m45k174 / lamp.sh
Last active July 16, 2023 07:09 — forked from aamnah/lamp.sh
Bash script to install Apache, MySQL and PHP as well as PHPMyAdmin and some tweaks. For Debian and Ubuntu. To run, copy the script to the server and run ``bash lamp.sh``
#!/bin/sh
#######################################
# Bash script to install an AMP stack and PHPMyAdmin plus tweaks. For Debian based systems.
# Written by @AamnahAkram from http://aamnah.com
# In case of any errors (e.g. MySQL) just re-run the script. Nothing will be re-installed except for the packages with errors.
#######################################
#COLORS