Compare commits

...

1 Commits
main ... main

Author SHA1 Message Date
soumyadghosh 79aa6180e4 Use autopurge instead of autoclean
Signed-off-by: soumyadghosh <soumyadghosh@service@pardesicat.xyz>
2023-06-04 14:05:23 +00:00
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