This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA
This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA
| #!/bin/bash | |
| set -ex | |
| declare -a DISTS=("precise" "trusty") | |
| ARCHS="amd64" | |
| function register-mirror { | |
| UBUNTU_URI='http://jp.archive.ubuntu.com/ubuntu/' | |
| ROS_URI='http://packages.ros.org/ros/ubuntu' |