Skip to content

Commit

Permalink
Download soundfont FluidR3_GM if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmiel committed Oct 2, 2024
1 parent ca5db71 commit 0a44f62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions disk-scripts/install_os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ done

cp sysroot/assets/imperial.wav mnt/
cp sysroot/assets/D_E1M1.mid mnt/

if ! [ -f sysroot/assets/FluidR3_GM.sf2 ]; then
pushd .
cd sysroot/assets || exit 1
wget https://keymusician01.s3.amazonaws.com/FluidR3_GM.zip
unzip FluidR3_GM.zip
sync
popd || exit 1
fi

cp sysroot/assets/FluidR3_GM.sf2 mnt/

rsync -a sysroot/cykusz/usr mnt/
Expand Down

0 comments on commit 0a44f62

Please sign in to comment.