download_tarball

in mirror_dependencies.rb [17:21]


def download_tarball(url:, destination:)
  tempfile = Down.download(url)
  FileUtils.move tempfile, destination
end