Added script to Ubuntu build to remove snap packages entirely
This commit is contained in:
@ -72,6 +72,9 @@ build {
|
||||
sources = ["source.proxmox-iso.ubuntu-22"]
|
||||
|
||||
provisioner "shell" {
|
||||
script = "scripts/debian-install.sh"
|
||||
scripts = [
|
||||
"scripts/debian-install.sh",
|
||||
"scripts/remove-snap.sh"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user