From 08fd7c97561d510338b28c9d04be2e54d24fa01d Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 21 May 2025 01:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20apt=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/config/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];