Browse Source

Update haos-vm-v3.sh

tteckster 3 năm trước cách đây
mục cha
commit
aa98bf9e11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vm/haos-vm-v3.sh

+ 1 - 1
vm/haos-vm-v3.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="7.6"
+STABLE="8.0"
 YW=`echo "\033[33m"`
 BL=`echo "\033[36m"`
 RD=`echo "\033[01;31m"`