Hi, I am beginner and I want to install windows in qubes
I have followed this guide https://github.com/elliotkillick/qvm-create-windows-qube
1
qvm-run -p --filter-escape-chars --no-color-output work "cat '/home/user/Downloads/install.sh'" > install.sh
2
chmod +x install.sh && ./install.sh
And working successfully
What is the next steps? “simply please”