Download the installation script by opening the link, right-clicking and then selecting “Save [Page] as…”
did it
Copy install.sh into Dom0 by running the following command in Dom0:
qvm-run -p --filter-escape-chars --no-color-output <name_of_qube_script_is_located_on> "cat '/home/user/Downloads/install.sh'" > install.sh
debi-my - this is my virtual machine
/home/Downloads - locates script
I tried different options on how to specify where to copy the script from. It does not work.
Tell me how to correctly complete the syntax of the line
Thank you
Thanks for your reply.
Indeed, there was a mistake in the source.
debi-my “/home/user/Downloads/install.sh”
How to execute completely in a cube?
Thanks