Update nocodb.sh

This commit is contained in:
tteckster 2022-04-09 13:47:38 -04:00 committed by GitHub
parent 308231fb9b
commit 876ee75aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -207,14 +207,14 @@ pushd $TEMP_DIR >/dev/null
export CTID=$(pvesh get /cluster/nextid)
export PCT_OSTYPE=debian
export PCT_OSVERSION=11
export PCT_DISK_SIZE=2
export PCT_DISK_SIZE=4
export PCT_OPTIONS="
-features $FEATURES
-hostname $HN
-net0 name=eth0,bridge=vmbr0,ip=dhcp
-onboot 1
-cores 1
-memory 512
-memory 1024
-unprivileged ${IM}
${PW}
"