Minor tweak.

This commit is contained in:
2024-01-07 23:00:37 +00:00
parent 6b2a85b6b8
commit ab9319de39
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ sudo apt autoclean
echo -e "\e[31m[+] Removing logs older than 7d...\e[0m"
sudo journalctl --vacuum-time=7d
echo -e "\e[31m[I] Cleaning flatpak...:\e[0m"
echo -e "\e[31m[i] Cleaning flatpak...:\e[0m"
flatpak remove --unused
read -p "Press enter to exit."