mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-05-06 13:48:52 +00:00
add arch type
This commit is contained in:
+3
@@ -185,6 +185,9 @@
|
|||||||
if (str == 'amazon') {
|
if (str == 'amazon') {
|
||||||
return 'redhat';
|
return 'redhat';
|
||||||
}
|
}
|
||||||
|
if (str == 'arch') {
|
||||||
|
return 'archlinux';
|
||||||
|
}
|
||||||
return '';
|
return '';
|
||||||
},
|
},
|
||||||
group() {
|
group() {
|
||||||
|
|||||||
Reference in New Issue
Block a user