We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu16.04 > /usr/local/bin/docker-machine-driver-kvm \ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 627 0 627 0 0 439 0 --:--:-- 0:00:01 --:--:-- 439 100 11.3M 100 11.3M 0 0 1455k 0 0:00:07 0:00:07 --:--:-- 2779k curl: (6) Could not resolve host:
The text was updated successfully, but these errors were encountered:
Got the same error on Fedora and CentOS. The download succeeded... It is related to the multiline use with \.
\
Sorry, something went wrong.
They missed '&&' before chmod
No branches or pull requests
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu16.04 > /usr/local/bin/docker-machine-driver-kvm \
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 627 0 627 0 0 439 0 --:--:-- 0:00:01 --:--:-- 439
100 11.3M 100 11.3M 0 0 1455k 0 0:00:07 0:00:07 --:--:-- 2779k
curl: (6) Could not resolve host:
The text was updated successfully, but these errors were encountered: