Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use bin/winapps check and ./installer.sh #351

Open
Gxnum opened this issue May 9, 2023 · 2 comments
Open

Do not use bin/winapps check and ./installer.sh #351

Gxnum opened this issue May 9, 2023 · 2 comments

Comments

@Gxnum
Copy link

Gxnum commented May 9, 2023

instead, use this:
LIBVIRT_DEFAULT_URI=qemu:///system bin/winapps check
LIBVIRT_DEFAULT_URI=qemu:///system ./installer.sh

@UncleTallest
Copy link

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

@freechelmi
Copy link

Thanks all for your contributions

Winapps dev now takes place here https://github.com/winapps-org/winapps

So we can close this issue for good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants