Skip to content
Snippets Groups Projects
Commit 93619524 authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

mark bind9-dnsutils installed manual

Otherwise it will get removed by autoremove and then reinstalled by
Puppet...
parent 759a73b8
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ connection.
export LC_ALL=C.UTF-8 &&
sudo ttyrec -a -e screen /var/log/upgrade-buster.ttyrec
apt-mark manual bind9-dnsutils
apt purge $(dpkg -l | awk '/^rc/ { print $2 }') # purge removed packages
apt autoremove -y --purge
apt purge $(deborphan --guess-dummy | grep -v python-is-python2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment