From fd99ddb1d672a932a94ff035bb77b6eba569bbdf Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 28 Dec 2021 17:40:23 +0100 Subject: nyx build and install --- nyx_mode/build_nyx_support.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nyx_mode/build_nyx_support.sh') diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh index 67e38117..7e749e77 100755 --- a/nyx_mode/build_nyx_support.sh +++ b/nyx_mode/build_nyx_support.sh @@ -60,10 +60,11 @@ fi echo "[*] Checking libnyx.so ..." if [ -f "libnyx/libnyx/target/release/liblibnyx.so" ]; then cp libnyx/libnyx/target/release/liblibnyx.so libnyx.so + cp libnyx/libnyx/target/release/liblibnyx.so ../libnyx.so else echo "[ ] libnyx.so not found..." exit 1 fi echo "[+] All done for nyx_mode, enjoy!" -exit 0 \ No newline at end of file +exit 0 -- cgit 1.4.1