Skip to content

ptmgcorp/proxmox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

My Custom Proxmox Helper

Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites.

OS ⬇__________________________________________________________________________________________
Debian LXC

Debian

Debian LXC

Option to select version 10 or 11

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)"

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

⚙️ To Update Debian

Run in the LXC console

apt update && apt upgrade -y

Ubuntu LXC

Ubuntu

Ubuntu LXC

Option to select version 18.04, 20.04, 21.10 or 22.04

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)"

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU - 22.04 ⚡

⚙️ To Update Ubuntu

Run in the LXC console

apt update && apt upgrade -y

⬆__________________________________________________________________________________________

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages