From e9ee34abf84a10911b2c6041534c2df7f91f052a Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 17 May 2018 18:28:38 +0100 Subject: server will now serve static files --- download_and_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'download_and_run.sh') 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 -- cgit v1.2.3-ZIG