2026-05-11 11:47:23 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2026-05-11 12:18:38 +00:00
|
|
|
## 20260511-121656
|
|
|
|
|
|
2026-05-11 11:47:23 +00:00
|
|
|
sudo clear
|
|
|
|
|
echo 'Cleaning...'
|
|
|
|
|
sudo apt install bleachbit
|
|
|
|
|
bleachbit --clean system.tmp system.cache system.trash deepscan.tmp deepscan.thumbs_db deepscan.ds_store
|
|
|
|
|
echo 'Done.'
|
2026-05-11 12:18:38 +00:00
|
|
|
read -r
|