Revert "Add --force-confold flag for use with apt-get dist-upgrade"

This reverts commit 09c3fca17c.

whoops, might have got my commands mixed up there.  need to test this yet
This commit is contained in:
Lance Edgar 2018-07-03 23:10:32 -05:00
parent 09c3fca17c
commit 394dd2e38e

View file

@ -82,7 +82,7 @@ def dist_upgrade(frontend='noninteractive'):
Perform a full ``apt-get dist-upgrade`` operation.
"""
update()
sudo('DEBIAN_FRONTEND={} apt-get --assume-yes --force-confold dist-upgrade'.format(frontend))
sudo('DEBIAN_FRONTEND={} apt-get --assume-yes dist-upgrade'.format(frontend))
def configure_listchanges():