mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +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
@@ -17,3 +17,9 @@ Dpkg::Options {
|
|||||||
"--force-confold";
|
"--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