commit aa86cb02fd95404fdfba8cf9d13cb5c18138b6b5 parent 79acbdf65b32971f2fe0d533efd1541f7224eac2 Author: Martin Ashby <martin@martin-laptop.lan> Date: Tue, 15 May 2018 22:47:34 +0100 urls Diffstat:
M | download_and_run.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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/download_and_run.sh" \ +&& wget -N "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/unicornpaint.zip" \ && unzip unicornpaint.zip \ && python3 server.py