From 854f603212a9508993674112260ad076a2c3cc03 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 24 Apr 2022 10:47:16 +0200 Subject: [PATCH] first commit --- docs/proxmox/LXC-Debian.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/proxmox/LXC-Debian.md b/docs/proxmox/LXC-Debian.md index 76a0967..6f4b538 100644 --- a/docs/proxmox/LXC-Debian.md +++ b/docs/proxmox/LXC-Debian.md @@ -5,24 +5,24 @@ Open Proxmox Terminal and send: only Debian: ``` -clear;bash -c "$(wget -qLO - https://u.sthope.dev/XDY9N)" +clear;bash -c "$(wget -qLO - https://u.sthope.dev/only-debian)" ``` with Docker: ``` -clear;bash -c "$(wget -qLO - https://u.sthope.dev/jvDbL)" +clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-docker)" ``` with Docker & Portainer: ``` -clear;bash -c "$(wget -qLO - https://u.sthope.dev/Lb2wz)" +clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-portainer)" ``` Create new user, replace `USER` with your username and `PWD` with your password and send: ``` -bash -c "$(wget -qLO - https://u.sthope.dev/rSvVw)" createuser USER PWD +bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD ``` *Sudo must be installed if you want to use sudo commands with new user, send as root: