Update libsodium.sh

This commit is contained in:
midoks 2023-10-20 00:49:46 +08:00
parent 0bef98d83e
commit aaaefdb996
1 changed files with 1 additions and 1 deletions

View File

@ -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 -------------------------#