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 65ac663 commit e361eea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions disk-scripts/install_os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ 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
fi

cp sysroot/assets/FluidR3_GM.sf2 mnt/

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

0 comments on commit e361eea

Please sign in to comment.