From 76e90d19b50303f915c1ce45b53fd51fb9590057 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Tue, 15 May 2018 22:41:47 +0100 Subject: Set correct url --- download_and_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'download_and_run.sh') diff --git a/download_and_run.sh b/download_and_run.sh index a9e5640..612612d 100644 --- 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 -- cgit v1.2.3-ZIG