mirror of https://github.com/tteck/Proxmox.git
Update adguard_container.sh
This commit is contained in:
parent
11d6a1405a
commit
8b76d9d14a
|
@ -138,7 +138,7 @@ else
|
|||
mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null
|
||||
fi
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
HOSTNAME=pi-hole
|
||||
HOSTNAME=adguard
|
||||
TEMPLATE_STRING="local:vztmpl/${TEMPLATE}"
|
||||
pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \
|
||||
-hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 1 -memory 512 \
|
||||
|
@ -154,4 +154,4 @@ pct push $CTID adguard_setup.sh /adguard_setup.sh -perms 755
|
|||
pct exec $CTID /adguard_setup.sh
|
||||
|
||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
||||
info "Successfully created a AdGuard Home LXC to $CTID at IP Address ${IP}"
|
||||
info "Successfully created a AdGuard Home LXC to $CTID at IP Address ${IP}"
|
||||
|
|
Loading…
Reference in New Issue