Add packaging for vagrant box and cleanup step

This commit is contained in:
2025-11-01 23:31:43 -04:00
parent 4b49404a0c
commit b7d76be6ce
9 changed files with 108 additions and 23 deletions

View File

@@ -69,7 +69,9 @@ build {
provisioner "shell" {
scripts = [
"scripts/aptupdate.sh",
"scripts/upgrade.sh",
"scripts/networkd.sh",
"scripts/clean.sh"
]
}
}