abhigenie92 / unattended_upgrades_repos

Generates system-specific repositories to be added in configuration file for silently updating all packages via unattended upgrades.
82 stars 13 forks source link

Bugfix for Python3.8 and missing platform.linux_distribution() #7

Closed gador closed 1 year ago

gador commented 2 years ago

This script doesn't run anymore with Python 3.8, since support for platform.linux_distribution() was removed.

This PR fixes that.

Signed-off-by: Florian Brandes florian.brandes@posteo.de

abhigenie92 commented 1 year ago

Thanks for PR, using distro instead now. So this should be fixed.