From 983fbe60fcd10490710916e7be525eaa8b0f8750 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 5 Jul 2021 06:10:15 +0000 Subject: [PATCH] Add 'lamp.sh' --- lamp.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lamp.sh diff --git a/lamp.sh b/lamp.sh new file mode 100644 index 0000000..1885e8c --- /dev/null +++ b/lamp.sh @@ -0,0 +1,21 @@ +#!/bin/sh +clear +echo "# ===================================================================== #" +echo "# U n i x / L A M P - S t a n d #" +echo "# --------------------------------------------------------------------- #" +echo "# by Sarimoko #" +echo "# --------------------------------------------------------------------- #" +echo "# before we get started...." +echo "# --------------------------------------------------------------------- #" +echo "# Updating Ubuntu's Repo-List" +echo "# --------------------------------------------------------------------- #" +echo "# please wait...." +sudo apt update -qq +echo "# Update COMPLETE!" +echo "# --------------------------------------------------------------------- #" +echo "# Upgrading Ubuntu's Apps & System" +echo "# --------------------------------------------------------------------- #" +echo "# please wait...." +sudo apt upgrade -y +echo "# Upgrade COMPLETE!" +clear \ No newline at end of file