Open bardware opened 3 years ago
I was trying to convert an Ubuntu installation to WSL2 and kept getting error
./bin/wslpath: Can't create 'bin/wslpath' bsdtar: Error exit delayed from previous errors.
Your script moves the wslpath binary to /usr/bin/ folder. I had to move it to /bin/ to succeed.
It's not necessary to use this script anymore since there is a built-in wslpath tool in WSL2 distro.
wslpath
I was trying to convert an Ubuntu installation to WSL2 and kept getting error
Your script moves the wslpath binary to /usr/bin/ folder. I had to move it to /bin/ to succeed.