Centos安装脚本: yum install -y wget && wget -O install.sh https://bt.mokatop.com/install/install_6.0.sh && sh install.sh
Ubuntu/Debian安装脚本: wget -O install.sh https://bt.mokatop.com/install/install_6.0.sh && bash install.sh
一键更新脚本: curl https://bt.mokatop.com/install/update6.sh|bash