From 4bb1a732439cf68503184300f52604f6883dbe68 Mon Sep 17 00:00:00 2001 From: zulumann Date: Thu, 10 Apr 2025 00:09:38 +0200 Subject: [PATCH] Update LinuxMint22_System.sh --- LinuxMint22_System.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinuxMint22_System.sh b/LinuxMint22_System.sh index 7b02711..c4269f9 100644 --- a/LinuxMint22_System.sh +++ b/LinuxMint22_System.sh @@ -987,7 +987,7 @@ sudo sed -i '/::/s%^%#%g' /etc/hosts # du -sh /var/cache/apt/archives sudo apt clean && sudo apt autoremove && sudo apt autoremove --purge -# Check the size of your system’s thumbnail before deleting them using the command: +# Check the size of your system thumbnail before deleting them using the command: #du -sh ~/.cache/thumbnails sudo rm -rf ~/.cache/thumbnails/* @@ -1005,4 +1005,4 @@ exit 1;; *) echo " Press [enter] key to continue. . ."; read enterKey;; esac -done +done \ No newline at end of file