修复 apt 命令

This commit is contained in:
whyour
2025-12-11 01:53:51 +08:00
parent 88ae00580a
commit 5673bc635e
+1 -1
View File
@@ -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];