Installation Issue

Getting a repeat error on attempting to install Mycodo from bash.

RaspberryOS is 12 (Bookworm) and fully updated

Here is the bash install log.

ECSMain@ECSMain:~ $ sudo curl -L https://kizniche.github.io/Mycodo/install | bash
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
All packages are up to date.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
jq is already the newest version (1.6-2.1).
dialog is already the newest version (1.3-20230209-1).
python3 is already the newest version (3.11.2-1+b1).
wget is already the newest version (1.21.3-1+b1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
No URLs found in -.

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
bash: line 41: cd: Mycodo/install: No such file or directory
/bin/bash: ./setup.sh: No such file or directory

Any suggestions would be appreciated.

Thanks!

No url could be found

No archive file because no url to download a file

No directory because it would have been in extracted from the archive, above

Have you opened and inspected the file you’re running to investigate the issue? Looks like an internet connection issue that’s preventing you from downloading the proper file, above.