aboutsummaryrefslogtreecommitdiff
path: root/download_and_run.sh
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-17 18:28:38 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-17 18:28:38 +0100
commite9ee34abf84a10911b2c6041534c2df7f91f052a (patch)
tree73621cc657cf25fa0e45656fc1c4bffb8aac7c14 /download_and_run.sh
parent89edc8828065f482fc8ef02d2182ed91f6bf0b24 (diff)
downloadunicornpaint-e9ee34abf84a10911b2c6041534c2df7f91f052a.tar.gz
unicornpaint-e9ee34abf84a10911b2c6041534c2df7f91f052a.tar.bz2
unicornpaint-e9ee34abf84a10911b2c6041534c2df7f91f052a.tar.xz
unicornpaint-e9ee34abf84a10911b2c6041534c2df7f91f052a.zip
server will now serve static files
Diffstat (limited to 'download_and_run.sh')
-rw-r--r--download_and_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_and_run.sh b/download_and_run.sh
index ddc8714..7fc7fcc 100644
--- a/download_and_run.sh
+++ b/download_and_run.sh
@@ -1,4 +1,4 @@
pip3 install unicornhathd Flask Flask-Sockets \
&& wget -N "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/unicornpaint.zip" \
-&& unzip unicornpaint.zip \
+&& unzip -o unicornpaint.zip \
&& python3 server.py