diff options
author | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:41:47 +0100 |
---|---|---|
committer | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:41:47 +0100 |
commit | 76e90d19b50303f915c1ce45b53fd51fb9590057 (patch) | |
tree | f0349de7f4945c0c0b23a16a594909df2df948bb | |
parent | cac6364c72222ddbcce5f13e0185b63fca182ff5 (diff) | |
download | unicornpaint-76e90d19b50303f915c1ce45b53fd51fb9590057.tar.gz unicornpaint-76e90d19b50303f915c1ce45b53fd51fb9590057.tar.bz2 unicornpaint-76e90d19b50303f915c1ce45b53fd51fb9590057.tar.xz unicornpaint-76e90d19b50303f915c1ce45b53fd51fb9590057.zip |
Set correct url
-rw-r--r-- | download_and_run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |