日期:2014-05-16  浏览次数:20454 次

Ubuntu下自动建Seedbox的脚本
#!/bin/bash
apt-get autoremove --purge apache* -y
apt-get autoremove --purge mysql* -y
apt-get update
apt-get install nano screen -y
wget --no-check-certificate -O autodl-setup http://sourceforge.net/projects/autodl-irssi/files/autodl-setup/download
sh autodl-setup

vsFTP和Webmin,也可以选择不装