Vultr Install $$®

环境问题:
Linux安装libsodium失败解决办法
- Centos 8
yum -y groupinstall "Development Tools"
wget https://github.com/jedisct1/libsodium/releases/download/1.0.11/libsodium-1.0.11.tar.gz
tar xf libsodium-1.0.11.tar.gz && cd libsodium-1.0.11
./configure && make -j2 && make install
echo /usr/local/lib > /etc/ld.so.conf.d/usr_local_lib.conf
ldconfig
Ref:https://blog.csdn.net/a787188834/article/details/106610982
2. 降级Centos 6-7
安装
wget
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh
如果wget没有安装
yum -y install wget
执行安装包
chmod +x shadowsocksR.sh
启动
./shadowsocksR.sh 2>&1 | tee shadowsocksR.log
ref: link