优化安装代码

master
Abbey 5 years ago
parent bed09d9a29
commit f761509063
  1. 3
      install.sh

@ -264,6 +264,9 @@ info(){
echo -e "${Blue}2. 启动PyOne: systemctl start pyone${Font}"
echo -e "${Blue}3. 重启PyOne: systemctl restart pyone${Font}"
echo -e "${Blue}4. 手动运行PyOne: systemctl stop pyone && gunicorn -keventlet -b 0:34567 run:app${Font}"
echo -e "${Blue}5. 暂停Aria2: systemctl stop aria2${Font}"
echo -e "${Blue}6. 启动Aria2: systemctl start aria2${Font}"
echo -e "${Blue}7. 重启Aria2: systemctl restart aria2${Font}"
echo -e "———————————————————————————————————————"
echo -e "${Blue}PyOne交流群:864996565${Font}"
echo -e "${Blue}PyOne交流群TG:https://t.me/joinchat/JQOOug6MY11gy_MiXTmqIA${Font}"

Loading…
Cancel
Save