booyaa / wifiscanner

A crate to list WiFi hotspots in your area
Apache License 2.0
59 stars 34 forks source link

linux: remove hardcoded path to fix CommandNotFound #10

Closed alopatindev closed 7 years ago

alopatindev commented 8 years ago

I got Err(CommandNotFound) on Gentoo GNU/Linux because iwlist lives in /sbin

jesusprubio commented 7 years ago

I have the same problem in Ubuntu (16.04.2). But maybe it's better to use only "iwlist" without touching the user env.

booyaa commented 7 years ago

@alopatindev really sorry i missed this issue. merging the fix. thank you. will publish a release shortly.

cc @jesusprubio

booyaa commented 7 years ago

v0.3.5 has been published to crates.io cc @alopatindev @jesusprubio