From 5673bc635ef40175168449b7f6fa49a075ea497e 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 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];