Skip to content

Commit

Permalink
[ubuntu] Fix pwsh installation for ubuntu-minimal (#9144)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin committed Jan 10, 2024
1 parent 10ddf03 commit a89e382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ubuntu/templates/ubuntu-minimal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ build {
}

provisioner "shell" {
environment_vars = ["DEBIAN_FRONTEND=noninteractive", "HELPER_SCRIPTS=${local.helper_script_folder}"]
environment_vars = ["DEBIAN_FRONTEND=noninteractive", "HELPER_SCRIPTS=${local.helper_script_folder}", "INSTALLER_SCRIPT_FOLDER=${local.installer_script_folder}"]
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
scripts = ["${path.root}/../scripts/build/install-powershell.sh"]
}
Expand Down

0 comments on commit a89e382

Please sign in to comment.