mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Hide packages that are no longer required (#854)
* Updating readme file for macOS version 20200430.1 * hide AutomaticRemove info
This commit is contained in:
committed by
GitHub
parent
9b1143dddd
commit
09ed1695b2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user