This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install by running: | |
# wget -Nnv https://gist.githubusercontent.com/Landrash/8afefca92bfb96c294b5501fc52f4cbc/raw/89ff001897859d70776d9b13e364a9dacc3861a9/openzwave-hassbian.sh && sudo bash openzwave-hassbian.sh | |
echo "Open Z-Wave Installer for Hassbian" | |
echo "Copyright(c) 2016 Dale Higgs <https://gitter.im/dale3h>" | |
echo | |
echo "Running apt-get preparation" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# PROVIDE: ec2_fetchkey | |
# REQUIRE: NETWORKING | |
# BEFORE: LOGIN ec2_firstboot | |
# Define ec2_fetchkey_enable=YES in /etc/rc.conf and create /root/firstboot | |
# to enable SSH key fetching when the system next boots. | |
# | |
: ${ec2_fetchkey_enable=NO} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# PROVIDE: ec2_fetchkey | |
# REQUIRE: NETWORKING | |
# BEFORE: LOGIN ec2_firstboot | |
# Define ec2_fetchkey_enable=YES in /etc/rc.conf and create /root/firstboot | |
# to enable SSH key fetching when the system next boots. | |
# | |
: ${ec2_fetchkey_enable=NO} |