mirror of https://github.com/tteck/Proxmox.git
Update haos_vm.sh
This commit is contained in:
parent
8ad08591cc
commit
6a69b6662f
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
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"`
|
||||
|
|
Loading…
Reference in New Issue