Page 1 of 1

Website suggestion at downloads page

Posted: Monday 05 February 2018 13:48
by rickvanderzwet
The downloads page list an quick install command at the botttom of the page:

Code: Select all

'sudo curl -L install.domoticz.com | bash'
Running curl as root does not seems to useful, running bash as root how-ever (to install stuff) should make sense. Is the correct syntax not listed:

Code: Select all

'curl -L install.domoticz.com | sudo bash'
Where should I post the suggested change of the website?