summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 77d9b71..146038f 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -72,11 +72,11 @@ was recorded with the Roland Sound Canvas SC-55 MIDI Module as they were
meant to be heard in the 90s.
mkdir ~/.d2x-rebirth ; cd ~/.d2x-rebirth ; \
- wget --continue --timestamping http://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.zip
+ wget --continue --timestamping http://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa
Integrity check:
- sha1sum ~/.d2x-rebirth/d2xr-sc55-music.zip
+ sha1sum ~/.d2x-rebirth/d2xr-sc55-music.dxa
Expected SHA1 digest:
@@ -92,11 +92,11 @@ Soundtrack to DXX-Rebirth. For a nostalgic gaming experience, all music
was recorded with the Yamaha YMF262 OPL3 Soundchip.
mkdir ~/.d2x-rebirth ; cd ~/.d2x-rebirth ; \
- wget --continue --timestamping http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.zip
+ wget --continue --timestamping http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.dxa
Integrity check:
- sha1sum ~/.d2x-rebirth/d2xr-opl3-music.zip
+ sha1sum ~/.d2x-rebirth/d2xr-opl3-music.dxa
Expected SHA1 digest:
bgstack15