diff --git a/website/content/docs/provisioners/shell.mdx b/website/content/docs/provisioners/shell.mdx index 6049c9ef9..97ad0f379 100644 --- a/website/content/docs/provisioners/shell.mdx +++ b/website/content/docs/provisioners/shell.mdx @@ -1,7 +1,6 @@ --- description: | - The `shell` Packer provisioner provisions machines built by Packer using shell - scripts. Use the `shell` provisioner install and configure software on a machine. + The `shell` Packer provisioner runs shell scripts on the machine Packer builds. Use the `shell` provisioner to install and configure software on a machine. page_title: shell provisioner reference --- @@ -11,8 +10,7 @@ page_title: shell provisioner reference # `shell` provisioner -The `shell` Packer provisioner provisions machines built by Packer using shell -scripts. Use the `shell` provisioner install and configure software on a machine. +The `shell` Packer provisioner runs shell scripts on the machine Packer builds. Use the `shell` provisioner to install and configure software on a machine. -> **Building Windows images?** You probably want to use the [PowerShell](/packer/docs/provisioners/powershell) or [Windows