fix(tools): Skip checksum verification in docker script download
All checks were successful
Run Check Script / check (pull_request) Successful in 1m24s
All checks were successful
Run Check Script / check (pull_request) Successful in 1m24s
This commit is contained in:
@@ -153,7 +153,7 @@ impl Docker {
|
|||||||
format!("Failed to parse installation script URL: {}", e)
|
format!("Failed to parse installation script URL: {}", e)
|
||||||
})?,
|
})?,
|
||||||
file_name: script_name.to_string(),
|
file_name: script_name.to_string(),
|
||||||
checksum: Some(String::new()), // Skip checksum verification for official scripts
|
checksum: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
let downloaded_script = asset
|
let downloaded_script = asset
|
||||||
|
|||||||
Reference in New Issue
Block a user