Update 'pardesicat.sh'

This commit is contained in:
Pardesi_Cat 2022-09-02 06:50:46 +00:00
parent 57ae1a5f9b
commit 5e714a17cb
1 changed files with 8 additions and 1 deletions

View File

@ -6,16 +6,19 @@ echo "| Namaste : $(whoami) |"
echo "| |"
echo "--------------------------------------------------"
sleep 5
echo "--------------------------------------------------"
echo " This is simple Bash script written by Pardesicat "
echo " To update and clean ur system single cmd "
echo "--------------------------------------------------"
sleep 5
echo "starting.........................................."
sleep 5
echo
echo -e "\e[1;32m Step 1: Updating packages \e[0m"
sudo apt update
@ -38,8 +41,12 @@ sudo apt clean -y
sudo apt autoclean -y
sudo apt autoremove -y
sleep 5
echo "--------------------------------------------------"
echo " : ....Done.... : "
echo "--------------------------------------------------"
sleep 5
exit