nit
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh
index 7e749e7..b73423d 100755
--- a/nyx_mode/build_nyx_support.sh
+++ b/nyx_mode/build_nyx_support.sh
@@ -59,8 +59,7 @@
 
 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
+  cp -v libnyx/libnyx/target/release/liblibnyx.so ../libnyx.so
 else
   echo "[ ] libnyx.so not found..."
   exit 1