diff options
author | Nick White <git@njw.me.uk> | 2009-04-15 12:34:18 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-04-15 12:34:18 +0100 |
commit | d8222611d868e4ba7e23285f0ea0d74093226292 (patch) | |
tree | b6d6593e6f971341bd90ad9cbb693736c07f7240 | |
parent | 2884c41158a7297398386811cd6703c2171b66a1 (diff) | |
download | gemrb-gameinstallers-d8222611d868e4ba7e23285f0ea0d74093226292.tar.bz2 gemrb-gameinstallers-d8222611d868e4ba7e23285f0ea0d74093226292.zip |
Use direct download links for extra pst patches
-rwxr-xr-x | pst/install-patch-fixpack.sh | 6 | ||||
-rwxr-xr-x | pst/install-patch-tweaks.sh | 6 | ||||
-rwxr-xr-x | pst/install-patch-ub.sh | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/pst/install-patch-fixpack.sh b/pst/install-patch-fixpack.sh index 6630023..5f9fdca 100755 --- a/pst/install-patch-fixpack.sh +++ b/pst/install-patch-fixpack.sh @@ -11,11 +11,7 @@ checkforbin WeiDU unrar setuptmp -if [ ! -f "$PATCHDIR/pstfixpack.rar" ]; then - echo "You need to download the fixpack from http://dl.spellholdstudios.net/pst-fixpack" 1>&2 - echo "and put it in $PATCHDIR to install this patch" 1>&2 - exit -fi +getpatch "http://www.shsforums.net/index.php?automodule=downloads&req=download&code=confirm_download&id=647" pstfixpack.rar unrar x -o+ -cl "$PATCHDIR/pstfixpack.rar" "$TARGETDIR" || die rm "$TARGETDIR/setup-pst-fix.exe" diff --git a/pst/install-patch-tweaks.sh b/pst/install-patch-tweaks.sh index a90ee40..5539666 100755 --- a/pst/install-patch-tweaks.sh +++ b/pst/install-patch-tweaks.sh @@ -13,11 +13,7 @@ checkforbin WeiDU unrar setuptmp -if [ ! -f "$PATCHDIR/psttweak.rar" ]; then - echo "You need to download the fixpack from http://dl.spellholdstudios.net/pst-qtweaks" 1>&2 - echo "and put it in $PATCHDIR to install this patch" 1>&2 - exit -fi +getpatch "http://www.shsforums.net/index.php?automodule=downloads&req=download&code=confirm_download&id=649" psttweak.rar unrar x -o+ -cl "$PATCHDIR/psttweak.rar" "$TARGETDIR" || die rm "$TARGETDIR/setup-pst-tweak.exe" diff --git a/pst/install-patch-ub.sh b/pst/install-patch-ub.sh index b26a66c..c676589 100755 --- a/pst/install-patch-ub.sh +++ b/pst/install-patch-ub.sh @@ -11,11 +11,7 @@ checkforbin WeiDU unrar setuptmp -if [ ! -f "$PATCHDIR/pstub.rar" ]; then - echo "You need to download the fixpack from http://dl.spellholdstudios.net/pst-ub" 1>&2 - echo "and put it in $PATCHDIR to install this patch" 1>&2 - exit -fi +getpatch "http://www.shsforums.net/index.php?automodule=downloads&req=download&code=confirm_download&id=648" pstub.rar unrar x -o+ -cl "$PATCHDIR/pstub.rar" "$TARGETDIR" || die rm "$TARGETDIR/setup-pst-ub.exe" |