Skip to content

Commit

Permalink
update xvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Jan 19, 2025
1 parent a1b7127 commit bac71c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/x/xvm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function installed()
end

function install()
os.cp(xvm_file[os.host()], bindir)
os.mv(xvm_file[os.host()], bindir)
return true
end

Expand Down

0 comments on commit bac71c1

Please sign in to comment.