Install Domoticz on Ubuntu 18 Google Cloud

sudo curl -L install.domoticz.com | bash

ถ้าไม่สำเร็จ

cd /tmp
wget https://releases.domoticz.com/releases/release/domoticz_linux_x86_64.tgz
tar -zxvf domoticz_linux_x86_64.tgz
ใช้ mc copy ไปที่ /home/userxxxx/domoticz
cd /home/userxxxx/domoticz/
sudo ./domoticz
ตั้งค่าตามแบบ
Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
apt install python3
sudo apt-get install libpython3-dev