MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.86k stars 496 forks source link

ERROR: No internet connection while installing node-red #3671

Closed nwfall closed 4 years ago

nwfall commented 4 years ago

Creating a bug report/issue

Required Information

Additional Information (if applicable)

Steps to reproduce

  1. sudo dietpi-software
  2. install Node-Red from Software Optimised

Expected behaviour

Actual behaviour

Extra details

I entered subshell and changed all "curl http://..." to "curl https://..." in ./node-install.sh file After that Installer completed successfully

Joulinar commented 4 years ago

Hi,

I guess it's already known https://github.com/MichaIng/DietPi/issues/3650

Fix provided with: https://github.com/MichaIng/DietPi/pull/3651

The external install script that is used seems to be broken. Therefore we will switch to our own fork with next version 6.32

Usually a quick fix should have been shipped with MOTD 🤔

nwfall commented 4 years ago

Oh, thank you for clarifying this. Shame on me I was unable to find existing issue