修复 apt 命令

This commit is contained in:
whyour 2025-05-21 01:33:27 +08:00
parent 2c1ab211ff
commit 08fd7c9756

View File

@ -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];