From aaaefdb9964f484152ebac8c1b7eed497d167eb9 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 20 Oct 2023 00:49:46 +0800 Subject: [PATCH] Update libsodium.sh --- plugins/php/lib/libsodium.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/lib/libsodium.sh b/plugins/php/lib/libsodium.sh index 4d3b737b5..5734cd375 100644 --- a/plugins/php/lib/libsodium.sh +++ b/plugins/php/lib/libsodium.sh @@ -24,6 +24,6 @@ if [ ! -f /usr/local/lib/libsodium.so ];then fi tar -zxvf libsodium-${VERSION}-stable.tar.gz cd libsodium-stable - ./configure && make && make check && sudo make install + ./configure && make && make check && make install fi #----------------------------- libsodium end -------------------------# \ No newline at end of file