Skip to content

Instantly share code, notes, and snippets.

View 3ayazaya's full-sized avatar
💻
Hack everyday, hack everywhere

Daniil Zaytsev 3ayazaya

💻
Hack everyday, hack everywhere
View GitHub Profile
#!/bin/bash
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# Must run on Proxmox VE 7 server
# Not sure how to handle a cluster - either run on each node or copy template after creating on one?
# e.g. $ ssh [email protected] < proxmox-create-cloud-template.sh
SRC_IMG="https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-disk-kvm.img"