From 3e2e299c77ade33c22a83a2e3c6b42d953c2719e Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 18 Jan 2022 18:21:38 -0500 Subject: [PATCH] Update ubuntu_container.sh --- ubuntu_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu_container.sh b/ubuntu_container.sh index 5dfd39f9..dfef6a5a 100644 --- a/ubuntu_container.sh +++ b/ubuntu_container.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/ubuntu_setup.sh +wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/ubuntu_setup.sh load_module overlay @@ -155,4 +155,4 @@ pct push $CTID ubuntu_setup.sh /ubuntu_setup.sh -perms 755 pct exec $CTID /ubuntu_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a Ubuntu LXC Container to $CTID at IP Address ${IP}" \ No newline at end of file +info "Successfully created a Ubuntu LXC Container to $CTID at IP Address ${IP}"