Update adguard_container.sh

pull/10/head
tteckster 2021-10-28 18:38:41 -04:00 committed by GitHub
parent 11d6a1405a
commit 8b76d9d14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}"