Skip to content

Commit

Permalink
fix: use console cli
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Aug 17, 2023
1 parent b49f932 commit 2a29b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/build-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build {

provisioner "shell" {
inline = [
"curl -L https://github.com/pluralsh/plural-cli/releases/download/${var.cli_version}/plural-cli_${local.cli_version_clean}_Linux_amd64.tar.gz | tar xvz plural",
"curl -L https://github.com/pluralsh/plural-cli/releases/download/${var.cli_version}/plural-cli_console_${local.cli_version_clean}_Linux_amd64.tar.gz | tar xvz plural",
"chmod +x plural",
"sudo mv plural /usr/local/bin/plural",
"plural --help",
Expand Down

0 comments on commit 2a29b00

Please sign in to comment.