Update LinuxMint22_System.sh
This commit is contained in:
@ -987,7 +987,7 @@ sudo sed -i '/::/s%^%#%g' /etc/hosts
|
|||||||
# du -sh /var/cache/apt/archives
|
# du -sh /var/cache/apt/archives
|
||||||
sudo apt clean && sudo apt autoremove && sudo apt autoremove --purge
|
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
|
#du -sh ~/.cache/thumbnails
|
||||||
sudo rm -rf ~/.cache/thumbnails/*
|
sudo rm -rf ~/.cache/thumbnails/*
|
||||||
|
|
||||||
@ -1005,4 +1005,4 @@ exit 1;;
|
|||||||
*) echo " Press [enter] key to continue. . .";
|
*) echo " Press [enter] key to continue. . .";
|
||||||
read enterKey;;
|
read enterKey;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
Reference in New Issue
Block a user