mirror of
https://github.com/whyour/qinglong.git
synced 2025-11-08 15:06:08 +08:00
修复 apt 命令
This commit is contained in:
parent
2df8fb1189
commit
927d639bf2
|
|
@ -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