mirror of https://github.com/tteck/Proxmox.git
Update homebridge.sh
This commit is contained in:
parent
b1571930ad
commit
c731cd56d9
|
@ -128,14 +128,14 @@ pushd $TEMP_DIR >/dev/null
|
||||||
export CTID=$(pvesh get /cluster/nextid)
|
export CTID=$(pvesh get /cluster/nextid)
|
||||||
export PCT_OSTYPE=debian
|
export PCT_OSTYPE=debian
|
||||||
export PCT_OSVERSION=11
|
export PCT_OSVERSION=11
|
||||||
export PCT_DISK_SIZE=8
|
export PCT_DISK_SIZE=4
|
||||||
export PCT_OPTIONS="
|
export PCT_OPTIONS="
|
||||||
-features $FEATURES
|
-features $FEATURES
|
||||||
-hostname homebridge
|
-hostname homebridge
|
||||||
-net0 name=eth0,bridge=vmbr0,ip=dhcp
|
-net0 name=eth0,bridge=vmbr0,ip=dhcp
|
||||||
-onboot 1
|
-onboot 1
|
||||||
-cores 2
|
-cores 1
|
||||||
-memory 2048
|
-memory 1024
|
||||||
-unprivileged ${IM}
|
-unprivileged ${IM}
|
||||||
"
|
"
|
||||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit
|
||||||
|
|
Loading…
Reference in New Issue