1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-18 21:10:17 +01:00

Make 22.04 default version for ubuntu.

This commit is contained in:
2022-12-24 12:24:56 +01:00
parent cdcb7ffdce
commit c3ee529d95
5 changed files with 62 additions and 55 deletions

2
box.py
View File

@@ -1104,7 +1104,7 @@ DISTROS = {'ubuntu': {'username': 'ubuntu',
'realname': 'ubuntu',
'img_class': Ubuntu,
'amd64': 'amd64',
'default_version': '20.04'},
'default_version': '22.04'},
'fedora': {'username': 'fedora',
'realname': 'fedora',
'img_class': Fedora,