mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
7611fb0cc2
commit
7c6d65512e
11
README.md
11
README.md
|
@ -127,7 +127,7 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span"> Home Assistant Container LXC </summary>
|
<summary markdown="span"> 🔸Home Assistant Container LXC </summary>
|
||||||
|
|
||||||
<p align="center"><img src="https://www.docker.com/sites/default/files/d8/2019-07/vertical-logo-monochromatic.png" alt="Docker Logos | Docker" width="100" height="100"/>
|
<p align="center"><img src="https://www.docker.com/sites/default/files/d8/2019-07/vertical-logo-monochromatic.png" alt="Docker Logos | Docker" width="100" height="100"/>
|
||||||
<img src="https://avatars.githubusercontent.com/u/13844975?s=200&v=4" alt="@home-assistant" width="100" height="100"/><img src="https://avatars1.githubusercontent.com/u/22225832?s=400&v=4" alt="GitHub - portainer/portainer-docs: Portainer documentation" width="100" height="100"/></p>
|
<img src="https://avatars.githubusercontent.com/u/13844975?s=200&v=4" alt="@home-assistant" width="100" height="100"/><img src="https://avatars1.githubusercontent.com/u/22225832?s=400&v=4" alt="GitHub - portainer/portainer-docs: Portainer documentation" width="100" height="100"/></p>
|
||||||
|
@ -886,12 +886,7 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
<h1 align="center" id="heading"> Debian 11 LXC </h1>
|
<h1 align="center" id="heading"> Debian 11 LXC </h1>
|
||||||
|
|
||||||
To create a new Proxmox Debian 11 (curl. sudo) 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.
|
||||||
|
|
||||||
```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
|
```yaml
|
||||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian-v3.sh)"
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian-v3.sh)"
|
||||||
|
@ -899,8 +894,6 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian-v3.sh
|
||||||
|
|
||||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
<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.
|
|
||||||
|
|
||||||
⚙️ **To Update Debian 11**
|
⚙️ **To Update Debian 11**
|
||||||
|
|
||||||
Run in the LXC console
|
Run in the LXC console
|
||||||
|
|
Loading…
Reference in New Issue