تست نکردم اما فکر کنم این قسمت رو دستی تغیر دهید در setup.sh
echo -n "Would you like to search for the fastest download mirror? (y/n): ";
read yesno;
if [ "$yesno" = "y" ]; then
$BUILD set_fastest;
if [ -s "${CB_OPTIONS}" ]; then
DL=`grep ^downloadserver= ${CB_OPTIONS} | cut -d= -f2`
if [ "${DL}" != "" ]; then
SERVER=http://${DL}/services
FTP_HOST=${DL}