Skip to content

Instantly share code, notes, and snippets.

@amarjit-singh
amarjit-singh / lamp_setup.sh
Last active December 17, 2021 17:37
Bash file to install lamp stack
#!/bin/bash
Color_Off='\033[0m' # Text Reset
# Regular Colors
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow
Purple='\033[0;35m' # Purple
Cyan='\033[0;36m' # Cyan