diff --git a/server/install.sh b/server/install.sh index 4a35b8f..302c504 100755 --- a/server/install.sh +++ b/server/install.sh @@ -23,7 +23,7 @@ REPLY=${REPLY:-Y} [[ "N" == ${REPLY^^} ]] && exit # Run the install -apt install -y --no-install-recommends $LIST +apt install -y --no-install-recommends $PACK_LIST pip3 install setuptools pip3 install DMXEnttecPro mido numpy pysimpledmx redis scipy git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && ./setup.py install