4 lines
72 B
Python
4 lines
72 B
Python
from thefuck.utils import which
|
|
|
|
apt_available = bool(which('apt-get'))
|
from thefuck.utils import which
|
|
|
|
apt_available = bool(which('apt-get'))
|