4 lines
47 B
Bash
4 lines
47 B
Bash
|
function apt_clean_cache {
|
||
|
apt-get clean
|
||
|
}
|