Skip to content

Commit

Permalink
BBSs want PKZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed May 9, 2017
1 parent 8d9bb98 commit 31aa5ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cd /tmp/setup
wget https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/msdos/fossil/adf_150.zip
wget http://www.starbase21.net/tm421.zip
wget https://archive.org/download/TelixCommunications_1020/telix351.zip
wget http://ftp.stat.duke.edu/bats/pkz204g.exe

sha256sum -c < sums

Expand All @@ -25,6 +26,14 @@ wget http://www.slbbs.com/files/doorgame/lord407.zip
wget http://www.slbbs.com/files/doorgame/lord407-patch.zip
sha256sum -c < ../doorsums

# Unpack PKZIP
mkdir /tmp/setup/t
cd /tmp/setup/t
unzip ../pkz204g.exe
mv -v PKZIP.EXE PKUNZIP.EXE PKUNZJR.COM /dos/drive_h/UTILS/
cd /tmp/setup
rm -r /tmp/setup/t

# Unpack ADF (FOSSIL)
cd /dos/drive_h
mkdir adf
Expand Down
1 change: 1 addition & 0 deletions setup/sums
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
f9c2fc983389a17ee65344afe3dc0a461ce6a88ff3d088ef40873249e603aac8 adf_150.zip
c79988cf01e7d9a3e6a48e5acbd50e10db24e801d64bc9320d6c778d9d6f4ed9 tm421.zip
40ef9c1d46cd7d1ca96e69c9aa1676c44c190c418ab8e3136b3a62555206902c telix351.zip
004b48f1cdfe0f31888d213e94ae3997aa5fc02bed8a2d75addaf34ae02d1024 pkz204g.exe

0 comments on commit 31aa5ef

Please sign in to comment.