
使用方法 :根据系统选择命令后进入ssh执行命令即可
CentOS系统请使用以下命令:
1 2 |
yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh |
Ubuntu系统请使用以下命令:
1 2 |
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh |
Debian系统请使用以下命令:
1 2 |
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh |