11c11 < VERSION="0.7" --- > VERSION="0.7+X" 42a43 > echo " -c : Console only (disables Xdialog detection)" 115a117,124 > DIALOG="/usr/bin/dialog" > if [ -z "${NOX}" ] ; then > if [ -x "/usr/bin/Xdialog" ] ; then > if [ -n "${DISPLAY}" ] ; then > DIALOG="/usr/bin/Xdialog" > fi > fi > fi 124c133 < MIRRORS=$(dialog --title " Gentoo RSYNC Mirrors " --radiolist "Please select your desired mirror:" 20 80 14 ${CHECKLIST} 2>&1 \ --- > MIRRORS=$(${DIALOG} --title " Gentoo RSYNC Mirrors " --radiolist "Please select your desired mirror:" 20 80 14 ${CHECKLIST} 2>&1 \ 132c141 < MIRRORS=$(dialog --title " Gentoo Download Mirrors " --checklist "Please select your desired mirror(s):" 20 80 14 ${CHECKLIST} 2>&1 \ --- > MIRRORS=$(${DIALOG} --title " Gentoo Download Mirrors " --checklist "Please select your desired mirror(s):" 20 80 14 ${CHECKLIST} 2>&1 \ 197c206 < while getopts "ais:rovb:" opt --- > while getopts "ais:rovb:c" opt 206a216 > c ) NOX="1";;