bme680-homekit/sensors/install.sh

6 lines
164 B
Bash
Executable file

# Install the systemd service
cp bme680-homekit.service /etc/systemd/system
systemctl daemon-reload
systemctl start bme680-homekit
systemctl enable bme680-homekit