diff options
Diffstat (limited to 'auto-installer.sh')
-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 f8052bd..e7de650 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -65,7 +65,6 @@ case "$CDMD5" in SHORTGAMENAME="pst" 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 ;; @@ -74,7 +73,7 @@ case "$CDMD5" in SHORTGAMENAME="pst" 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 ;; |