Hide packages that are no longer required (#854)

* Updating readme file for macOS version 20200430.1

* hide AutomaticRemove info
This commit is contained in:
Aleksandr Chebotov
2020-05-11 10:39:09 +03:00
committed by GitHub
parent 9b1143dddd
commit 09ed1695b2

View File

@@ -16,4 +16,10 @@ Dpkg::Options {
"--force-confdef";
"--force-confold";
}
EOF
EOF
# hide information about packages that are no longer required
cat <<EOF >> /etc/apt/apt.conf.d/10apt-autoremove
APT::Get::AutomaticRemove "0";
APT::Get::HideAutoRemove "1";
EOF