don't wait for install to complete on sideload

This commit is contained in:
Aiden McClelland
2023-06-14 10:44:34 -06:00
committed by Aiden McClelland
parent 88869e9710
commit f29c7ba4f2
2 changed files with 52 additions and 39 deletions

View File

@@ -443,7 +443,7 @@ async fn restore_package<'a>(
Ok((
progress.clone(),
async move {
download_install_s9pk(&ctx, &manifest, None, progress, file).await?;
download_install_s9pk(&ctx, &manifest, None, progress, file, None).await?;
guard.unmount().await?;