sh/bash/apt.sh
2023-05-15 21:23:36 +02:00

3 lines
47 B
Bash

function apt_clean_cache {
apt-get clean
}