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