Fix load libsodium

This commit is contained in:
Teddysun 2016-02-22 21:58:37 +09:00
parent ee24e82194
commit 1ebdf0cb5b

View File

@ -195,6 +195,7 @@ function install_ss(){
tar zxf libsodium-1.0.8.tar.gz
cd $cur_dir/libsodium-1.0.8
./configure && make && make install
echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf
ldconfig
# Install ShadowsocksR
cd $cur_dir