瀏覽代碼

Update alpine-esphome-install.sh

tteckster 2 年之前
父節點
當前提交
1e42e065b4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/alpine-esphome-install.sh

+ 1 - 0
install/alpine-esphome-install.sh

@@ -26,6 +26,7 @@ msg_info "Installing Alpine-ESPHome"
 $STD apk add py3-pip
 $STD pip3 install esphome
 $STD pip3 install tornado esptool
+RC_SVCNAME="esphome"
 cat <<EOF >/etc/init.d/esphome
 #!/sbin/openrc-run