diff options
author | Nick White <git@njw.me.uk> | 2009-04-15 12:36:37 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-04-15 12:36:37 +0100 |
commit | a86984984f21b70bcdb835fe9625b7eeda029cb8 (patch) | |
tree | 1896df7574e93570fc4ceeb727e6c8a9f55591ab | |
parent | d8222611d868e4ba7e23285f0ea0d74093226292 (diff) | |
download | gemrb-gameinstallers-a86984984f21b70bcdb835fe9625b7eeda029cb8.tar.bz2 gemrb-gameinstallers-a86984984f21b70bcdb835fe9625b7eeda029cb8.zip |
Add info on unrar version required
-rwxr-xr-x | pst/install-patch-fixpack.sh | 2 | ||||
-rwxr-xr-x | pst/install-patch-tweaks.sh | 2 | ||||
-rwxr-xr-x | pst/install-patch-ub.sh | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/pst/install-patch-fixpack.sh b/pst/install-patch-fixpack.sh index 5f9fdca..c65a7ca 100755 --- a/pst/install-patch-fixpack.sh +++ b/pst/install-patch-fixpack.sh @@ -1,5 +1,7 @@ #!/bin/bash # Planescape: Torment Ultimate Weidu Fixpack +# Note: This requires the freeware version of unrar, available +# from http://www.rarlab.com/rar_add.htm scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/pst/install-patch-tweaks.sh b/pst/install-patch-tweaks.sh index 5539666..6886aef 100755 --- a/pst/install-patch-tweaks.sh +++ b/pst/install-patch-tweaks.sh @@ -2,6 +2,8 @@ # Planescape: Torment Tweak Pack # Note: this only installs the Banter Accelerator # and Stackable Items tweaks +# Note: This requires the freeware version of unrar, available +# from http://www.rarlab.com/rar_add.htm scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/pst/install-patch-ub.sh b/pst/install-patch-ub.sh index c676589..af724ab 100755 --- a/pst/install-patch-ub.sh +++ b/pst/install-patch-ub.sh @@ -1,5 +1,7 @@ #!/bin/bash # Planescape: Torment Unfinished Business +# Note: This requires the freeware version of unrar, available +# from http://www.rarlab.com/rar_add.htm scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" |