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