Website suggestion at downloads page
Posted: Monday 05 February 2018 13:48
The downloads page list an quick install command at the botttom of the page:
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:
Where should I post the suggested change of the website?
Code: Select all
'sudo curl -L install.domoticz.com | bash'
Code: Select all
'curl -L install.domoticz.com | sudo bash'