Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites.
OS
⬇__________________________________________________________________________________________Debian LXC
To create a new Proxmox Debian (curl & sudo) LXC, run the following in the Proxmox Shell.
bash -c "$(wget -qLO - https://github.com/ptmgcorp/proxmox/raw/main/ct/debian-v4.sh)"
⚙️ To Update Debian
Run in the LXC console
apt update && apt upgrade -y
Ubuntu LXC
To create a new Proxmox Ubuntu (curl & sudo) LXC, run the following in the Proxmox Shell.
bash -c "$(wget -qLO - https://github.com/ptmgcorp/proxmox/raw/main/ct/ubuntu-v4.sh)"
⚙️ To Update Ubuntu
Run in the LXC console
apt update && apt upgrade -y