support os edit

This commit is contained in:
qiaofeng1227 2023-07-24 11:33:13 +08:00
parent a2be5e32c2
commit ee658da3cf

View File

@ -15,7 +15,9 @@
}, },
"OS_SUPPORT": { "OS_SUPPORT": {
"CentOS": [ "CentOS": [
"7.9" "7",
"8",
"9"
], ],
"Ubuntu": [ "Ubuntu": [
"18.04", "18.04",
@ -23,9 +25,9 @@
"22.04" "22.04"
], ],
"RedHat": [ "RedHat": [
"7.9", "7",
"8.6", "8",
"9.2" "9"
] ]
}, },
"VERSION": "0.8.2" "VERSION": "0.8.2"