diff --git a/back/config/util.ts b/back/config/util.ts index 8374b15a..f84513be 100644 --- a/back/config/util.ts +++ b/back/config/util.ts @@ -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];