diff --git a/setup_zurg_and_rclone.sh b/setup_zurg_and_rclone.sh index 526aa6f..f716781 100644 --- a/setup_zurg_and_rclone.sh +++ b/setup_zurg_and_rclone.sh @@ -175,7 +175,7 @@ is_wsl() { if is_wsl; then echo "Detected WSL environment." VOLUME_OPTION="/mnt/zurg:/data:shared" - sudo mount --make-share / + sudo mount --make-shared / else echo "Detected native Linux environment." VOLUME_OPTION="/mnt/zurg:/data:rshared"