commit 76e90d19b50303f915c1ce45b53fd51fb9590057 parent cac6364c72222ddbcce5f13e0185b63fca182ff5 Author: Martin Ashby <martin@martin-laptop.lan> Date: Tue, 15 May 2018 22:41:47 +0100 Set correct url Diffstat:
M | download_and_run.sh | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/download_and_run.sh b/download_and_run.sh @@ -1,4 +1,4 @@ pip3 install unicornhathd Flask FlaskSockets \ -&& wget -N "https://github.com/MFAshby/unicornpaint/raw/master/unicornpaint.zip" \ +&& wget -N "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/download_and_run.sh" \ && unzip unicornpaint.zip \ -&& python3 server.py -\ No newline at end of file +&& python3 server.py