bme680-homekit/sensors/install.sh

7 lines
164 B
Bash
Raw Normal View History

2022-06-13 10:01:00 +00:00
# Install the systemd service
cp bme680-homekit.service /etc/systemd/system
systemctl daemon-reload
systemctl start bme680-homekit
systemctl enable bme680-homekit