Added a script to run on initial system setup

This commit is contained in:
2024-04-21 15:25:44 -04:00
parent e342cea6ef
commit 060c35058d
2 changed files with 38 additions and 0 deletions

View File

@ -74,4 +74,9 @@ build {
"scripts/remove-snap.sh"
]
}
provisioner "file" {
source = "scripts/initial-setup.sh"
destination = "/home/xadmin/initial-setup.sh"
}
}