MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / wget

Function wget

bota/src/bota/vm.py:495–497  ·  view source on GitHub ↗
(debian_installer_url, temp_filename)

Source from the content-addressed store, hash-verified

493 return os.path.basename(urlparse(url).path.rstrip("/"))
494
495def wget(debian_installer_url, temp_filename):
496 subprocess.run(["wget", "-O", temp_filename, debian_installer_url],
497 check=True, stderr=subprocess.STDOUT)
498
499def get_package_name_from_debian_url(debian_installer_url):
500 """

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected