added final upgrade process at final stage

This commit is contained in:
Pardesi_Cat 2023-06-08 00:15:49 +05:30
parent 922be2166a
commit c9176ddd3c
Signed by: pardesicat
GPG Key ID: 331A25436287A3CF
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ sudo apt autoremove -y
sleep 5
echo -e "\e[1;32m final step: final upgrade \e[0m"
sudo apt update -y
sudo apt upgrade -y
echo -e "--------------------------------------------------"
echo -e " ${REDB}....Done....${CEND} "
echo -e "--------------------------------------------------"