Maintenance

This commit is contained in:
tteckster 2022-10-29 20:59:23 -04:00
parent ebd17175d4
commit 010df2c2e5
155 changed files with 12962 additions and 11552 deletions

View file

@ -4,9 +4,9 @@ echo -e "\e[1;33m This script will install Home Assistant Community Store (HACS)
while true; do
read -p "Start the HACS Install Script (y/n)?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";;
[Yy]*) break ;;
[Nn]*) exit ;;
*) echo "Please answer yes or no." ;;
esac
done