[fix] install.sh typo was breaking the install
This commit is contained in:
parent
98538662b8
commit
a9268b0d73
@ -23,7 +23,7 @@ REPLY=${REPLY:-Y}
|
|||||||
[[ "N" == ${REPLY^^} ]] && exit
|
[[ "N" == ${REPLY^^} ]] && exit
|
||||||
|
|
||||||
# Run the install
|
# Run the install
|
||||||
apt install -y --no-install-recommends $LIST
|
apt install -y --no-install-recommends $PACK_LIST
|
||||||
pip3 install setuptools
|
pip3 install setuptools
|
||||||
pip3 install DMXEnttecPro mido numpy pysimpledmx redis scipy
|
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
|
git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && ./setup.py install
|
||||||
|
Loading…
Reference in New Issue
Block a user