Update alpine-esphome-install.sh

This commit is contained in:
tteckster 2023-03-25 09:20:18 -04:00 committed by GitHub
parent 38307912f8
commit 1e42e065b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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