add content install script for UNIX
This commit is contained in:
parent
224a315e7c
commit
9971b02e22
1 changed files with 13 additions and 0 deletions
13
install_from_archiveorg.sh
Executable file
13
install_from_archiveorg.sh
Executable file
|
@ -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
|
Loading…
Reference in a new issue