Skip to content

Commit

Permalink
Fixed rhai script to stay backwards compatible with memflowup 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Mar 5, 2024
1 parent 1feffce commit adc24bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn install(ctx) {

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

post_install();

Expand Down

0 comments on commit adc24bf

Please sign in to comment.