Created
February 7, 2017 16:32
-
-
Save Supermathie/f9ab8ac67ade80257b9fc8550b84e76c to your computer and use it in GitHub Desktop.
fix apt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/apt/apt.conf.d/50fix_apt | |
APT { | |
Install-Recommends "false"; | |
Install-Suggests "false"; AutoRemove { | |
SuggestsImportant "false"; RecommendsImportant "false"; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment