diff --git a/README.md b/README.md index 6f88a776..ded748c2 100644 --- a/README.md +++ b/README.md @@ -856,7 +856,7 @@ ________________________________________________________________________________

Docker LXC

-

With Selectable Storage Drivers & Add Portainer/Docker Compose Options

+

With Selectable ZFS Storage Drivers & Option to Add Portainer and/or Docker Compose

To create a new Proxmox Docker LXC, run the following in the Proxmox Shell (V2). @@ -888,11 +888,16 @@ ________________________________________________________________________________

Debian 11 LXC

-To create a new Proxmox Debian 11 (curl. sudo, auto login) LXC, run the following in the Proxmox Shell (V2). +To create a new Proxmox Debian 11 (curl. sudo) LXC, run the following in the Proxmox Shell (V2). ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian.sh)" ``` +An early look at the v3 install script, run the following in the Proxmox Shell (V3). + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian-v3.sh)" +```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -917,7 +922,7 @@ ________________________________________________________________________________

Ubuntu 21.10 LXC

-To create a new Proxmox Ubuntu 21.10 (curl. sudo, auto login) LXC, run the following in the Proxmox Shell (V2). +To create a new Proxmox Ubuntu 21.10 (curl. sudo) LXC, run the following in the Proxmox Shell (V2). ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/ubuntu.sh)"