You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That only works if the VM is running on your local machine. I run libvirt on a different machine and my libvirt URI is quite different; so your items above wouldn't connect at all. If I really wanted to do this I'd need to use these: LIBVIRT_DEFAULT_URI=qemu+ssh://[email protected]/system bin/winapps check LIBVIRT_DEFAULT_URI=qemu+ssh://[email protected]/system ./installer.sh
instead, use this:
LIBVIRT_DEFAULT_URI=qemu:///system bin/winapps check
LIBVIRT_DEFAULT_URI=qemu:///system ./installer.sh
The text was updated successfully, but these errors were encountered: