-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I am trying to build a greenhouse for my College and I am having lots of problems to install the software.
After many tries I am getting lost. Right now I guess the script couldn't find MVP.zip.
I have the following lines:
pi@raspberrypi:~/unpack $ wget -N https://github.com/futureag/mvp/archive/3.1.0.zip -O mvp.zip
WARNING: timestamping does nothing in combination with -O. See the manual
for details.
--2019-06-25 22:32:36-- https://github.com/futureag/mvp/archive/3.1.0.zip
Resolving github.com (github.com)... 192.30.253.113
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/futureag/mvp/zip/3.1.0 [following]
--2019-06-25 22:32:36-- https://codeload.github.com/futureag/mvp/zip/3.1.0
Resolving codeload.github.com (codeload.github.com)... 192.30.253.121
Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-06-25 22:32:37 ERROR 404: Not Found.
Any help I'd really appreciate.
Thanks in advance
HColaco