Установка Z-Way Home Automation UI

Написал что бы не забыть

apt-get install git
cd /opt/z-way-server
rm -Rf automation
git config --global http.sslVerify false
git clone https://github.com/Z-Wave-Me/home-automation.git automation
cd automation
git checkout develop