[fix] install.sh typo was breaking the install

This commit is contained in:
alban 2020-10-14 18:12:35 +02:00
parent 98538662b8
commit a9268b0d73
1 changed files with 1 additions and 1 deletions

View File

@ -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