Update cln
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
## 20260511-121656
|
||||||
|
|
||||||
sudo clear
|
sudo clear
|
||||||
echo 'Cleaning...'
|
echo 'Cleaning...'
|
||||||
sudo apt install bleachbit
|
sudo apt install bleachbit
|
||||||
bleachbit --clean system.tmp system.cache system.trash deepscan.tmp deepscan.thumbs_db deepscan.ds_store
|
bleachbit --clean system.tmp system.cache system.trash deepscan.tmp deepscan.thumbs_db deepscan.ds_store
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
read -n1
|
read -r
|
||||||
clear
|
|
||||||
Reference in New Issue
Block a user