7 lines
176 B
Bash
7 lines
176 B
Bash
#!/usr/bin/env bash
|
|
|
|
# sometimes it breaks, run to fix
|
|
|
|
sudo sh -c 'echo :WSLInterop:M::MZ::/init:PF > /usr/lib/binfmt.d/WSLInterop.conf'
|
|
sudo systemctl restart systemd-binfmt
|