[fix] works on kvm

This commit is contained in:
alban 2020-09-21 22:44:33 +02:00
parent b3572e8ace
commit 9be801f790
1 changed files with 3 additions and 2 deletions

View File

@ -59,8 +59,9 @@
"inline": [
"sleep 3",
"apt update",
"apt install -y --no-install-recommends git htop libasound2-dev libjack-dev nginx python3-pip redis-server screen ssh syncthing supervisor tmux portaudio19-dev cmake ",
"pip3 install DMXEnttecPro mido numpy pygame==1.9.2 pysimpledmx python-rtmidi redis scipy "
"apt install -y --no-install-recommends git htop libasound2-dev libjack-dev libsdl1.2-dev nginx python3-dev python3-pip python3-rtmidi redis-server screen ssh syncthing supervisor tmux portaudio19-dev cmake ",
"pip3 install setuptools",
"pip3 install DMXEnttecPro mido numpy pysimpledmx redis scipy "
]
},
{