Skip to content

Commit

Permalink
Updated to new api for installing tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Mar 4, 2024
1 parent 9b72076 commit 1feffce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ fn install(ctx) {

info("Installing memflow-kvm kernel module");
let tarball = ctx.github_release_artifact("memflow-source-only.dkms.tar.gz");
ctx.write_plugin_artifact(tarball, "memflow-source-only.dkms.tar.gz");
ctx.dkms_install("memflow-source-only.dkms.tar.gz");
ctx.dkms_install_tarball(tarball);

post_install();

Expand Down

0 comments on commit 1feffce

Please sign in to comment.