Update deconz-v3.sh

This commit is contained in:
tteckster 2022-05-10 09:29:55 -04:00 committed by GitHub
parent 7a98140305
commit 2e74656737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
APP="deConz"
var_disk="2"
var_cpu="1"
var_ram="512"
var_disk="4"
var_cpu="2"
var_ram="1024"
var_os="ubuntu"
var_version="20.04"
NEXTID=$(pvesh get /cluster/nextid)