Browse Source

Update esphome_setup.sh

tteckster 3 năm trước cách đây
mục cha
commit
c8e7bb7084
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      setup/esphome_setup.sh

+ 2 - 2
setup/esphome_setup.sh

@@ -45,8 +45,8 @@ done
   echo -e "${CHECKMARK} \e[1;92m Network Connected: \e[0m $(hostname -I)"
 
 # Update container OS
-msg "Updating container OS..."
-apt update &>/dev/null
+msg "Updating Container OS..."
+apt-get update &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 
 # Install prerequisites