feat(ubuntu): add ubuntu 23.10(mantic) (#1750)

This commit is contained in:
MaineK00n
2023-10-19 02:01:18 +09:00
committed by GitHub
parent 801b968f89
commit 75e9883d8a
5 changed files with 15 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ func (ubu Ubuntu) supported(version string) bool {
"2204": "jammy",
"2210": "kinetic",
"2304": "lunar",
"2310": "mantic",
}[version]
return ok
}