From edbf5f686c6294379bedf15f56f19494b5a80a86 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 16 Jul 2022 18:55:49 +0000 Subject: [PATCH] Update 'test.sh' --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 29e4955..e799da5 100644 --- a/test.sh +++ b/test.sh @@ -2,7 +2,7 @@ GEN_MAC=$(echo '00 60 2f'$(od -An -N3 -t xC /dev/urandom) | sed -e 's/ /:/g' | tr '[:lower:]' '[:upper:]') NEXTID=$(pvesh get /cluster/nextid) RELEASE=$(curl -sX GET "https://api.github.com/repos/home-assistant/operating-system/releases" | awk '/tag_name/{print $4;exit}' FS='[""]') -STABLE="8.3" +#STABLE="8.3" YW=`echo "\033[33m"` BL=`echo "\033[36m"` RD=`echo "\033[01;31m"`