From ac62f07362221094c422ed06a6faa4a831239159 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Mar 2023 11:49:59 -0400 Subject: [PATCH] Update alpine-esphome.sh --- ct/alpine-esphome.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/alpine-esphome.sh b/ct/alpine-esphome.sh index 7d39590a..da0534ba 100644 --- a/ct/alpine-esphome.sh +++ b/ct/alpine-esphome.sh @@ -66,9 +66,7 @@ function update_script() { header_info case $CHOICE in 1) - esphome stop pip3 install esphome --upgrade - esphome start exit ;; esac