wiki/docs/proxmox/LXC-Debian.md
Sthope 0f01bb3f69
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-24 10:43:35 +02:00

36 lines
837 B
Markdown

![debian](/../../images/logos/debianlogo.png){: align=left width=200 }
Open Proxmox Terminal and send:
only Debian:
```
clear;bash -c "$(wget -qLO - https://u.sthope.dev/XDY9N)"
```
with Docker:
```
clear;bash -c "$(wget -qLO - https://u.sthope.dev/jvDbL)"
```
with Docker & Portainer:
```
clear;bash -c "$(wget -qLO - https://u.sthope.dev/Lb2wz)"
```
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
```
*Sudo must be installed if you want to use sudo commands with new user, send as root:
```
apt-get update;apt-get upgrade -y; apt-get install -y sudo
```
Disable autologin on the LXC terminal send, should be disabled after reboot:
```
rm /etc/systemd/system/container-getty@1.service.d/override.conf
```