cecile-accenta

Results 2 comments of cecile-accenta

Same problem in WSL2. I use these commands to install gvm : `sudo apt-get update` `sudo apt-get install curl git mercurial make binutils bison gcc build-essential` `bash <

I solved the problem executing this command : `find /home//.gvm/ -type f -exec sed -i 's/\r$//' {} \;`