This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e # Exit on any command failure | |
# Variables | |
STORAGE="local-lvm" | |
MEMORY=4096 | |
DISK_SIZE="5G" # You can adjust this if needed | |
BRIDGE="V10" | |
IMAGES_DIR="/var/lib/vz/template/iso" # Common image directory |