We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b72076 commit 1feffceCopy full SHA for 1feffce
install.rhai
@@ -43,8 +43,7 @@ fn install(ctx) {
43
44
info("Installing memflow-kvm kernel module");
45
let tarball = ctx.github_release_artifact("memflow-source-only.dkms.tar.gz");
46
- ctx.write_plugin_artifact(tarball, "memflow-source-only.dkms.tar.gz");
47
- ctx.dkms_install("memflow-source-only.dkms.tar.gz");
+ ctx.dkms_install_tarball(tarball);
48
49
post_install();
50
0 commit comments