Add 'lamp.sh'

This commit is contained in:
Sarimoko 2021-07-05 06:10:15 +00:00
parent 7d13b4c9f0
commit 983fbe60fc
1 changed files with 21 additions and 0 deletions

21
lamp.sh Normal file
View File

@ -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