From 9971b02e22c1d8f1399baffb7e4f0be03a9dfdb4 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Fri, 30 Jul 2021 12:39:31 +0200 Subject: [PATCH] add content install script for UNIX --- install_from_archiveorg.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 install_from_archiveorg.sh diff --git a/install_from_archiveorg.sh b/install_from_archiveorg.sh new file mode 100755 index 0000000..88a04fe --- /dev/null +++ b/install_from_archiveorg.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +get_tspack() +{ + wget -nc -O $1.pk3 https://archive.org/download/the-specialists/$2.zip +} + +get_tspack pak00 tsbeta_1.0 +get_tspack pak01 tsbeta_1.0_to_1.5 +get_tspack pak02 tsbeta_1.5_to_2.0 +get_tspack pak03 tsbeta_2.0_to_2.1_rc2 +get_tspack pak04 tsbeta_2.1_rc2_to_2.1 +get_tspack pak05 tsbeta_2.1_to_3.0