diff options
author | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:44:35 +0100 |
---|---|---|
committer | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:44:35 +0100 |
commit | 79acbdf65b32971f2fe0d533efd1541f7224eac2 (patch) | |
tree | 5892daf02fc225e5a77e225b3b816ba44b4ed3d8 | |
parent | cac9688f02ada3137757576e6bf25f6d565b4241 (diff) | |
download | unicornpaint-79acbdf65b32971f2fe0d533efd1541f7224eac2.tar.gz unicornpaint-79acbdf65b32971f2fe0d533efd1541f7224eac2.tar.bz2 unicornpaint-79acbdf65b32971f2fe0d533efd1541f7224eac2.tar.xz unicornpaint-79acbdf65b32971f2fe0d533efd1541f7224eac2.zip |
urls again
-rw-r--r-- | download_and_run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download_and_run.sh b/download_and_run.sh index 612612d..8fd82a4 100644 --- a/download_and_run.sh +++ b/download_and_run.sh @@ -1,4 +1,4 @@ -pip3 install unicornhathd Flask FlaskSockets \ +pip3 install unicornhathd Flask Flask-Sockets \ && wget -N "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/download_and_run.sh" \ && unzip unicornpaint.zip \ && python3 server.py |