Skip to content

Instantly share code, notes, and snippets.

View maxfield-allison's full-sized avatar

Maxfield Allison maxfield-allison

View GitHub Profile
@maxfield-allison
maxfield-allison / virt-customize-ubuntu22
Last active May 28, 2024 14:20 — forked from si458/virt-customize-ubuntu22
virt-customize ubuntu22
#!/bin/sh
# Define storage variable
STORAGE=nas
# Install necessary tools
echo "Checking tools"
apt update -y && apt install nano wget curl libguestfs-tools -y
# Remove old image