|
@@ -3,9 +3,11 @@ cd /33cn
|
|
|
apt-get update
|
|
|
apt-get install wget -y
|
|
|
apt-get install supervisor -y
|
|
|
-wget http://bty33.oss-cn-shanghai.aliyuncs.com/xstest/33cn/bityuan_ubuntu.tgz
|
|
|
+wget wget https://old.bityuan.com/download/bityuan_ubuntu.tgz
|
|
|
tar zxf bityuan_ubuntu.tgz
|
|
|
cd bityuan
|
|
|
+rm -rf bty.conf
|
|
|
+wget https://dev.33.cn/xs/installChain33/raw/master/bty.conf
|
|
|
cp bty.conf /etc/supervisor/conf.d/bty.conf
|
|
|
supervisorctl reload
|
|
|
supervisorctl start bty
|