secana / EnhancedSessionMode

Contains scripts to enable "Hyper-V Enhanced Session Mode" for Linux
Apache License 2.0
81 stars 14 forks source link

Create install_esm_fedora36.sh #18

Closed joaquinodz closed 2 years ago

joaquinodz commented 2 years ago

Tested in Nobara Project based in Fedora 36

winderickxeli commented 2 years ago

Hi, thanks for getting involved! I've tried your script on a clean install but it doesn't seem to enable the Enhanced Session Mode. Is there something else that needs to be added?

I like you addition of the message at the end of the script. You could change the color of the text so it would stand out some more. In Bash you can do that like this:

 echo -e "\e[31mThis text is in Red\e[0m"