mirror of
https://github.com/TheWhiteDog9487/lag2cn.git
synced 2026-08-11 23:01:29 +08:00
新增加aarch64架构支持
This commit is contained in:
@@ -82,8 +82,13 @@ int main() {
|
||||
exit(-1);}
|
||||
else if (OS == "Linux") {
|
||||
if (get_linux_distro_name().find("Ubuntu") != string::npos){
|
||||
cout << "检测到您使用的系统为:" << get_linux_distro_name() << endl;
|
||||
Ubuntu();}
|
||||
if (get_linux_distro_name().find("Debian") != string::npos){
|
||||
cout << "检测到您使用的系统为:" << get_linux_distro_name() << endl;
|
||||
Debian();}
|
||||
if (get_linux_distro_name().find("Armbian") != string::npos){
|
||||
cout << "检测到您使用的系统为:" << get_linux_distro_name() << endl;
|
||||
Debian();}
|
||||
else { exit(-1); }}
|
||||
else if (OS == "未知"){
|
||||
|
||||
Reference in New Issue
Block a user