fixed install script.

This commit is contained in:
2026-05-13 12:55:11 -05:00
parent bf5a2a06f9
commit ebcccd6189
+1 -1
View File
@@ -3,7 +3,7 @@
echo "compiling ferrisfind..." echo "compiling ferrisfind..."
if cargo build --release; then if cargo build --release; then
echo "ferrisfind compiled successfully!" echo "ferrisfind compiled successfully!"
if ldd ./target/release/hyphae_cmd | grep libtika | grep "not found"; then if ldd ./target/release/ferrisfind | grep libtika | grep "not found"; then
echo "libtika not found in current sytem, copying from the build directory." echo "libtika not found in current sytem, copying from the build directory."
echo "this will need sudo privileges..." echo "this will need sudo privileges..."
if sudo cp ./target/release/build/extractous-*/out/libs/libtika_native.so /usr/lib64/; then if sudo cp ./target/release/build/extractous-*/out/libs/libtika_native.so /usr/lib64/; then