From 2f0dd5affbdbd0b68fff90dd2ebe9fcd91e79434 Mon Sep 17 00:00:00 2001 From: server Date: Tue, 21 Jan 2025 15:48:08 -0500 Subject: [PATCH] Tue Jan 21 03:48:08 PM EST 2025 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9024d94..c4c7daa 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ then sudo cp bin/libCryptoFoleo.so /usr/local/lib/ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib sudo ldconfig -elif [ "$1" == "uninstall" ] +elif [ "$1" == "uninstall" ] || [ "$1" == "remove" ] then set -x -e sudo rm /usr/local/include/CryptoFoleo.h /usr/local/lib/libCryptoFoleo.so -- 2.39.5