windows: 不需要安装 fuse3

This commit is contained in:
bin456789 2023-07-15 23:31:58 +08:00
parent d105133af8
commit ddcf55352f
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -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