diff --git a/back/config/util.ts b/back/config/util.ts index ae5c4302..622d4d91 100644 --- a/back/config/util.ts +++ b/back/config/util.ts @@ -553,7 +553,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];