diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 8b74842..af47317 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if cargo build --release; then fi echo "copying binary to your path..." echo "this will require sudo privileges" - if sudo cp ./target/release/hyphae_cmd /usr/bin; then + if sudo cp ./target/release/ferrisfind /usr/bin; then echo "install complete!" else echo "error copying binary!"