From ddcf55352fcced705fc83826b49d5f904fae81d4 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 15 Jul 2023 23:31:58 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E4=B8=8D=E9=9C=80=E8=A6=81=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20fuse3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans.sh b/trans.sh index de3e046..f4425ba 100644 --- a/trans.sh +++ b/trans.sh @@ -279,7 +279,7 @@ disk_2t=$((2 * 1024 * 1024 * 1024 * 1024)) # xda*1 星号用于 nvme0n1p1 的字母 p if [ "$distro" = windows ]; then add_community_repo - apk add ntfs-3g-progs fuse3 virt-what wimlib rsync dos2unix + apk add ntfs-3g-progs virt-what wimlib rsync dos2unix # 虽然ntfs3不需要fuse,但wimmount需要,所以还是要保留 modprobe fuse ntfs3 if is_efi; then