Search found 1 match

by cru5h
Wednesday 17 February 2021 19:51
Forum: Other questions and discussions
Topic: Install script failing
Replies: 4
Views: 3158

Re: Install script failing

sudo curl -sSL install.domoticz.com > install.sh
sudo sed -i 's/curl4/curl3/g' install.sh
sudo chmod 755 install.sh
sudo ./install.sh

with the sequence above you will get the error. Then:

sudo nano install.sh

and change the line 366 mentioned by the friend. After that save and run ./install.sh ...