Skip to content

Commit 1feffce

Browse files
committed
Updated to new api for installing tarballs
1 parent 9b72076 commit 1feffce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install.rhai

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ fn install(ctx) {
4343

4444
info("Installing memflow-kvm kernel module");
4545
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");
46+
ctx.dkms_install_tarball(tarball);
4847

4948
post_install();
5049

0 commit comments

Comments
 (0)