mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-26 00:46:07 +08:00
修复 apt 命令
This commit is contained in:
parent
2c1ab211ff
commit
08fd7c9756
|
@ -532,7 +532,7 @@ except:
|
|||
spec=u.find_spec(name)
|
||||
print(name if spec else '')
|
||||
''')"`,
|
||||
[DependenceTypes.linux]: `apk info -es ${name}`,
|
||||
[DependenceTypes.linux]: `apt-get info ${name}`,
|
||||
};
|
||||
|
||||
return baseCommands[type];
|
||||
|
|
Loading…
Reference in New Issue
Block a user