diff options
Diffstat (limited to 'pst/install-patch-tweaks.sh')
-rwxr-xr-x | pst/install-patch-tweaks.sh | 6 |
1 files changed, 1 insertions, 5 deletions
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" |