From dd699e515510b580a7e4397dab492914520ae623 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 17 Apr 2022 16:53:16 +0200 Subject: [PATCH] first commit --- docs/proxmox/LXC-Debian.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/proxmox/LXC-Debian.md b/docs/proxmox/LXC-Debian.md index 34ab159..ca1286d 100644 --- a/docs/proxmox/LXC-Debian.md +++ b/docs/proxmox/LXC-Debian.md @@ -1,24 +1,28 @@ Open Proxmox Terminal and send: - +
+
only Debian: ``` clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_debian_lxc/raw/branch/main/create_container.sh)" ``` - +
with Docker: ``` clear;bash -c "$(wget -qLO - https://github.com/Sthopeless/proxmox_with_docker/raw/main/create_container.sh)" ``` - +
with Docker & Portainer: ``` clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/create_container.sh)" ``` - +
+
+
Create new user, replace USER with your username and PWD with your password and send: ``` bash -c "$(wget -qLO - https://bit.ly/3KKMgEx)" createuser USER PWD ``` +
*Sudo must be installed if you want to use sudo commands with new user, send as root: ```