Update README.md

This commit is contained in:
tteckster 2022-02-22 16:21:12 -05:00 committed by GitHub
parent 9edb58ae36
commit d4cd3a474f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -640,7 +640,7 @@ ________________________________________________________________________________
</details>
<details>
<summary markdown="span"> Debian 11 LXC </summary>
<summary markdown="span"> 🔸Debian 11 LXC </summary>
<p align="center"><img src="https://www.debian.org/Pics/debian-logo-1024x576.png" alt="Debian" height="100"/></p>
@ -651,6 +651,12 @@ To create a new Proxmox Debian 11 (curl. sudo, auto login) LXC Container, run th
```yaml
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/debian11_container.sh)"
```
To create a new Proxmox Unprivileged Debian 11 (curl. sudo, auto login) LXC Container, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/unprivileged-debian.sh)"
```
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate.