summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
authornick <nick@debian.hws.edu>2009-04-21 12:26:30 -0500
committernick <nick@debian.hws.edu>2009-04-21 12:26:30 -0500
commitd400ae382e09b091fb372ffc9163273ff40ddb1d (patch)
treef6ddeee2f984b5c4e0561621de1e722e312b2934 /auto-installer.sh
parent9d7ce4e3d083c673de9a384f3ed6c7f741f38f7d (diff)
downloadgemrb-gameinstallers-d400ae382e09b091fb372ffc9163273ff40ddb1d.tar.bz2
gemrb-gameinstallers-d400ae382e09b091fb372ffc9163273ff40ddb1d.zip
Store MD5 sums as variables, avoid data duplication, increase clarity.
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index f6c7927..f66e510 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -18,7 +18,7 @@ echo "Checking CD version"
CDMD5=$(md5sum $CDMOUNT/data1.cab|awk '{print $1}')
case "$CDMD5" in
- "138528155dfeb695bd63f90eacee7dc0" )
+ $BG1_5CD_INTL_MD5 )
FULLGAMENAME="Baldurs Gate 1: 5CD International version"
SHORTGAMENAME="bg1"
MINSCRIPT=bg1/install-5cd-minimal.sh
@@ -27,7 +27,7 @@ case "$CDMD5" in
WINDOWSFILES="baldur.exe bgmain.exe config.exe keymap.ini luaauto.cfg update.url"
CDNO=5
;;
- "1a6828b97a27967e8c4acc25e1ef48d2" )
+ $BG1_TOTSC_3CD_US_MD5 )
FULLGAMENAME="Baldurs Gate Tales of the Sword Coast: 3CD US version"
SHORTGAMENAME="bg1"
MINSCRIPT=bg1/install-3cd-minimal.sh
@@ -36,14 +36,14 @@ case "$CDMD5" in
WINDOWSFILES="baldur.exe bgmain.exe config.exe keymap.ini luaauto.cfg update.url"
CDNO=3
;;
- "e27d259ddc0171ff945dbba136e60309" )
+ $BG1_TOTSC_1CD_UK_MD5 )
FULLGAMENAME="Baldurs Gate Tales of the Sword Coast: 1CD UK version"
SHORTGAMENAME="totsc"
MINSCRIPT=totsc/install-1cd-uk.sh
PATCHES="totsc/install-patch-uk.sh totsc/install-patch-baldurdash-fix.sh totsc/install-patch-baldurdash-text.sh"
WINDOWSFILES="bgmain2.exe baldur.exe config.exe mconvert.exe"
;;
- "640b61443cc86c434f1b6826e63c0e33" )
+ $PST_2CD_MD5 )
FULLGAMENAME="Planescape Torment: 2CD version"
SHORTGAMENAME="pst"
MINSCRIPT=pst/install-2cd-minimal.sh
@@ -52,7 +52,7 @@ case "$CDMD5" in
WINDOWSFILES="torment.exe ereg"
CDNO=2
;;
- "5e8c2075163aca124de4a467fb33063d" )
+ $PST_4CD_MD5 )
FULLGAMENAME="Planescape Torment: 4CD version"
SHORTGAMENAME="pst"
MINSCRIPT=pst/install-4cd-minimal.sh