diff --git a/images/win/Windows2016-Azure.json b/images/win/Windows2016-Azure.json index cef6db8d..988f05c3 100644 --- a/images/win/Windows2016-Azure.json +++ b/images/win/Windows2016-Azure.json @@ -304,6 +304,12 @@ "{{ template_dir }}/scripts/Installers/Windows2016/Install-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -522,12 +528,6 @@ "{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" - ] - }, { "type": "powershell", "scripts":[ diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index f143d07b..1e2450d5 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -273,6 +273,12 @@ "{{ template_dir }}/scripts/Installers/Windows2019/Install-Python.ps1" ] }, + { + "type": "powershell", + "scripts":[ + "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" + ] + }, { "type": "powershell", "scripts":[ @@ -491,12 +497,6 @@ "{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1" ] }, - { - "type": "powershell", - "scripts":[ - "{{ template_dir }}/scripts/Installers/Install-Perl.ps1" - ] - }, { "type": "powershell", "scripts":[