Skip to content

Commit

Permalink
Fix listener installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
unkhz committed Jul 25, 2024
1 parent f3a6045 commit 6468ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/listener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"setcap": "sudo setcap 'cap_net_raw,cap_net_admin+eip' ./dist/bin/ruuvitag-listener",
"cargo-install": "cargo install ruuvitag-listener --locked",
"cargo-install": "cargo install ruuvitag-listener --locked --root ./dist",
"setup": "npm run cargo-install; npm run setcap",
"bin": "./dist/bin/ruuvitag-listener"
}
Expand Down

0 comments on commit 6468ea0

Please sign in to comment.