diff options
-rwxr-xr-x | auto-installer.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auto-installer.sh b/auto-installer.sh index 58b0c86..e51d19e 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -84,7 +84,6 @@ while [ -z "$MINSCRIPT" ]; do SHORTGAMENAME="planescapetorment" MINSCRIPT="pst/install-2cd-minimal.sh" EXTRASCRIPT="pst/install-2cd-extra.sh" - PATCHES="pst/install-patch-fixpack.sh pst/install-patch-ub.sh pst/install-patch-tweaks.sh" WINDOWSFILES="torment.exe ereg" CDNO=2 ;; @@ -93,7 +92,7 @@ while [ -z "$MINSCRIPT" ]; do SHORTGAMENAME="planescapetorment" MINSCRIPT="pst/install-4cd-minimal.sh" EXTRASCRIPT="pst/install-4cd-extra.sh" - PATCHES="pst/install-patch-official.sh pst/install-patch-fixpack.sh pst/install-patch-ub.sh pst/install-patch-tweaks.sh" + PATCHES="pst/install-patch-official.sh" WINDOWSFILES="torment.exe ereg" CDNO=4 ;; |