diff options
-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 8fd82a4..ddc8714 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/download_and_run.sh" \ +&& wget -N "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/unicornpaint.zip" \ && unzip unicornpaint.zip \ && python3 server.py |