Fixed a typo.

This commit is contained in:
2024-01-07 23:07:53 +00:00
parent 2813fcd2ce
commit f232f592c0
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ paccache -rk1
echo -e "\e[32m[+] Removing logs older than 7d...\e[0m"
sudo journalctl --vacuum-time=7d
echo -e "\e[32m[i] Cleaning flatpak...:\e[0m"
echo -e "\e[32m[+] Cleaning flatpak...:\e[0m"
flatpak remove --unused
echo -e "\e[32m[i] AUR Packages installed:\e[0m"

View File

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