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