From 7db0f0775fd6f04860e537ccaf5afbf10b2989b0 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 22 Jul 2023 22:25:54 +0800 Subject: [PATCH] =?UTF-8?q?core:=20install=5Fpkg=20=E8=B7=B3=E8=BF=87=20wi?= =?UTF-8?q?ndows=20=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reinstall.sh b/reinstall.sh index 648907c..fa60017 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -411,6 +411,8 @@ apt_install() { install_pkg() { cmds=$* + is_in_windows && return + # arch 需先加载 squashfs 模块 # arch 安装软件时一旦升级了内核,旧的内核文件夹就立即被删除,无法再加载模块 if ! lsmod | grep squashfs; then