summaryrefslogtreecommitdiff
path: root/pst/install-patch-ub.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pst/install-patch-ub.sh')
-rwxr-xr-xpst/install-patch-ub.sh6
1 files changed, 1 insertions, 5 deletions
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"