Files
thefuck/thefuck/specific/apt.py
T

4 lines
72 B
Python

from thefuck.utils import which
apt_available = bool(which('apt-get'))