feat(ubuntu): add ubuntu 23.04 (#1647)

This commit is contained in:
MaineK00n
2023-04-27 03:26:59 +09:00
committed by GitHub
parent f631e9e603
commit 6787ab45c5
5 changed files with 73 additions and 78 deletions

View File

@@ -60,7 +60,7 @@ func (ubu Ubuntu) supported(version string) bool {
"2110": "impish",
"2204": "jammy",
"2210": "kinetic",
// "2304": "lunar",
"2304": "lunar",
}[version]
return ok
}