Use autopurge instead of autoclean

Signed-off-by: soumyadghosh <soumyadghosh@service@pardesicat.xyz>
This commit is contained in:
soumyadghosh 2023-06-04 14:05:23 +00:00
parent f093609a66
commit 79aa6180e4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ echo
echo -e "\e[1;32m Step 3: Cleaning up \e[0m"
sudo apt clean -y
sudo apt autoclean -y
sudo apt autoremove -y
sudo apt autopurge -y
sleep 5