used the right tool name for the library folder.
This commit is contained in:
Regular → Executable
+1
-1
@@ -15,7 +15,7 @@ if cargo build --release; then
|
|||||||
fi
|
fi
|
||||||
echo "copying binary to your path..."
|
echo "copying binary to your path..."
|
||||||
echo "this will require sudo privileges"
|
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!"
|
echo "install complete!"
|
||||||
else
|
else
|
||||||
echo "error copying binary!"
|
echo "error copying binary!"
|
||||||
|
|||||||
Reference in New Issue
Block a user