summaryrefslogtreecommitdiff
path: root/includes/autoinstall-includes.sh
diff options
context:
space:
mode:
authorNickDaly <myownlittlworld@hotmail.com>2009-06-06 17:55:30 -0500
committerNickDaly <myownlittlworld@hotmail.com>2009-06-06 17:55:30 -0500
commitc93108cc3cbc1cc685811776b9b771aef34fa25f (patch)
tree7984a62541e7a0e94cfa6dc2ebc4665a6d4434a4 /includes/autoinstall-includes.sh
parentf197b4b654ec882a333e9d488163a75cb3fb83e5 (diff)
downloadgemrb-gameinstallers-c93108cc3cbc1cc685811776b9b771aef34fa25f.tar.bz2
gemrb-gameinstallers-c93108cc3cbc1cc685811776b9b771aef34fa25f.zip
Moved the list of games into an external file (includes/cd-list.sh).
Diffstat (limited to 'includes/autoinstall-includes.sh')
-rw-r--r--includes/autoinstall-includes.sh35
1 files changed, 0 insertions, 35 deletions
diff --git a/includes/autoinstall-includes.sh b/includes/autoinstall-includes.sh
index 8f80036..933e731 100644
--- a/includes/autoinstall-includes.sh
+++ b/includes/autoinstall-includes.sh
@@ -38,41 +38,6 @@ function query
done
}
-function choosegame
-{
- while true; do
- choice=0
- echo "Choose the game to install from the list:"
- echo "1 | Baldur's Gate 1 (5CD International version)"
- echo "2 | Baldurs Gate & Tales of the Sword Coast (3CD US version)"
- echo "3 | Tales of the Sword Coast (1CD UK version)"
- echo "4 | Planescape: Torment (4CD version)"
- echo "5 | Planescape: Torment (2CD version)"
- echo "6 | Icewind Dale (2CD UK version)"
- echo "7 | Icewind Dale 2 (2CD version)"
-
- read -n 1 choice
- echo
-
- case $choice in
- 1 ) export CDMD5="138528155dfeb695bd63f90eacee7dc0"
- return 0 ;;
- 2 ) export CDMD5="1a6828b97a27967e8c4acc25e1ef48d2"
- return 0 ;;
- 3 ) export CDMD5="e27d259ddc0171ff945dbba136e60309"
- return 0 ;;
- 4 ) export CDMD5="5e8c2075163aca124de4a467fb33063d"
- return 0 ;;
- 5 ) export CDMD5="640b61443cc86c434f1b6826e63c0e33"
- return 0 ;;
- 6 ) export CDMD5="b79582f4f80270d48e6b26f529ba31dd"
- return 0 ;;
- 7 ) export CDMD5="77307366ba3e8a246f6f238cbb3b7874"
- return 0 ;;
- esac
- done
-}
-
function recommendcfg
{
# usage: recommendcfg [numofcds]