the-slot-machine / build.sh
thecollabagepatch's picture
Use custom build script to set up dependencies and copy font file
0383a2d
raw
history blame
233 Bytes
#!/bin/bash
# Install system dependencies
apt-get update
apt-get install -y fluidsynth
# Copy the FluidR3_GM.sf2 file
cp /usr/share/sounds/sf2/FluidR3_GM.sf2 ./font.sf2
# Install Python dependencies
pip install -r requirements.txt