From 4ae800aa3631c78d7e5d3c84bfa44a11a5cca7b2 Mon Sep 17 00:00:00 2001 From: Sthopeless Date: Sat, 1 May 2021 17:54:42 +0200 Subject: [PATCH] Initial commit --- README.md | 4 +++- create_container.sh | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7778f60..c5b04ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Proxmox Debian LXC ``` -clear; bash -c "$(wget -qLO - https://github.com/Sthopeless/proxmox_debian_lxc/raw/main/create_container.sh)" +clear; bash -c "$(wget -qLO - https://git.sthopeless.com/sthope/proxmox_debian_lxc/raw/branch/main/create_container.sh)" + ``` + diff --git a/create_container.sh b/create_container.sh index e0611a9..de02683 100644 --- a/create_container.sh +++ b/create_container.sh @@ -65,7 +65,7 @@ TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null # Download setup script -wget -qL https://github.com/Sthopeless/proxmox_debian_lxc/raw/main/setup.sh +wget -qL https://git.sthopeless.com/sthope/proxmox_debian_lxc/raw/branch/main/setup.sh # Detect modules and automatically load at boot load_module aufs @@ -138,7 +138,7 @@ else mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null fi ARCH=$(dpkg --print-architecture) -HOSTNAME=template +HOSTNAME=Debian 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 \ @@ -171,6 +171,6 @@ info "Successfully created LXC to $CTID." msg " Enjoy! - http://${IP} + ${IP} "