add Archlinux doctor support

This commit is contained in:
crazywhalecc
2024-04-13 16:12:05 +08:00
committed by Jerry Ma
parent 4cb1764439
commit 254844b5ec
2 changed files with 10 additions and 0 deletions

View File

@@ -220,6 +220,8 @@ class SystemUtil
'redhat',
// alpine
'alpine',
// arch
'arch', 'manjaro',
];
}
}