使用 fuse3

This commit is contained in:
bin456789 2023-06-04 19:02:06 +08:00
parent 3cfbc8fd46
commit cc8afec08c
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -139,7 +139,7 @@ disk_2t=$((2 * 1024 * 1024 * 1024 * 1024))
# xda*1 星号用于 nvme0n1p1 的字母 p # xda*1 星号用于 nvme0n1p1 的字母 p
if [ "$distro" = windows ]; then if [ "$distro" = windows ]; then
add_community_repo add_community_repo
apk add ntfs-3g ntfs-3g-progs fuse virt-what wimlib rsync dos2unix apk add ntfs-3g ntfs-3g-progs fuse3 virt-what wimlib rsync dos2unix
modprobe fuse modprobe fuse
if [ -d /sys/firmware/efi ]; then if [ -d /sys/firmware/efi ]; then
# efi # efi