-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cannot install on a VM #66
Comments
The script defaults the download dir to If this indeed the error, the workaround is to override the download dir with the |
This might be true, but I think it's a smell for |
Yes, agreed! |
I ran into this in a related use case. This should fail. You don't have this release in your repo:
But I do...
|
A user provided this error log to illustrate that they couldn't use the installer to install openvpn-admin on a VM.
Error:
We suspect that this has to do with the downloaded file being in the wrong place (i.e., the native system instead of the VM), or something like that. Is this a case we should support?
Workaround: Allow the script to complete and error out. Manually
scp
or otherwise locate the file and move it to the right place, adding execute permissions.The text was updated successfully, but these errors were encountered: