diff options
-rwxr-xr-x | pst/install-patch-tweaks.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pst/install-patch-tweaks.sh b/pst/install-patch-tweaks.sh index 6886aef..be25e2d 100755 --- a/pst/install-patch-tweaks.sh +++ b/pst/install-patch-tweaks.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Planescape: Torment Tweak Pack -# Note: this only installs the Banter Accelerator -# and Stackable Items tweaks +# Planescape: Torment Tweaks +# Note: this only installs the Stackable Items and Save Nordom tweaks # Note: This requires the freeware version of unrar, available # from http://www.rarlab.com/rar_add.htm @@ -29,7 +28,7 @@ case "$LANGUAGE" in esac # echo to install all manually as --yes assumes English -echo -e "${langno}\nn\n2\nn\nn\ni\nn\ni\nn\nn\nn\nn\nn\nn\nn\nn\nn\n" \ +echo -e "${langno}\nn\nn\nn\nn\ni\nn\ni\nn\nn\nn\nn\nn\nn\nn\nn\nn\n" \ | WeiDU --continue setup-pst-tweak.tp2 || die setperms "$TARGETDIR" |