Working version of QEMU configuration
This commit is contained in:
parent
49cc960703
commit
78d7233ff3
3 changed files with 138 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ module Downloader
|
|||
puts "File does not exist, downloading..."
|
||||
URI.open(uri) do |input|
|
||||
File.open(path, 'wb') do |output|
|
||||
IO.copy_stream(input, output)
|
||||
IO.copy_stream(input, output)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue