Skip to content

Commit

Permalink
Merge pull request #8 from dbenoy/master
Browse files Browse the repository at this point in the history
Updated soundfont download location
  • Loading branch information
bbond007 authored Aug 23, 2023
2 parents 2c3298d + 491e16c commit 4b4adbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL/soundfont_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ then
echo "MT-32/CM-32 ROMS found"
else
echo "Downloading MT-32/CM-32 ROMS"
curl -k "https://www.deceifermedia.com/files/applications/Roland_MT32_ROMs.zip" -o $MT32_ROM_ZIP
curl -Lk "https://archive.org/download/mame-versioned-roland-mt-32-and-cm-32l-rom-files/mt32-roms.zip" -o $MT32_ROM_ZIP
echo "Unzipping CM-32 ROMS"
unzip -o $MT32_ROM_ZIP CM32L* -d $MT32_ROM_DIR
unzip -o $MT32_ROM_ZIP cm32l* -d $MT32_ROM_DIR
fi
echo "Done in:"
sleep 1
Expand Down
Binary file modified INSTALL/soundfont_install_script.zip
Binary file not shown.

0 comments on commit 4b4adbb

Please sign in to comment.