Update libsodium.sh

pull/489/head
midoks 2 years ago
parent 0bef98d83e
commit aaaefdb996
  1. 2
      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 -------------------------#
Loading…
Cancel
Save