fix: errors

This commit is contained in:
lilong.129
2025-02-09 10:51:03 +08:00
parent 5e45eb7836
commit 3038fb7430
47 changed files with 710 additions and 910 deletions

View File

@@ -47,7 +47,7 @@ var installCmd = &cobra.Command{
return err
}
err = driverExt.Install(args[0],
err = driverExt.GetDriver().GetDevice().Install(args[0],
option.WithReinstall(replace),
option.WithDowngrade(downgrade),
option.WithGrantPermission(grant),