change perl installation order

This commit is contained in:
Mikhail Timofeev
2020-03-03 23:19:34 +03:00
parent 6d5f39c606
commit 7223f36f15
2 changed files with 12 additions and 12 deletions

View File

@@ -304,6 +304,12 @@
"{{ template_dir }}/scripts/Installers/Windows2016/Install-Python.ps1" "{{ template_dir }}/scripts/Installers/Windows2016/Install-Python.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -522,12 +528,6 @@
"{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1" "{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[

View File

@@ -273,6 +273,12 @@
"{{ template_dir }}/scripts/Installers/Windows2019/Install-Python.ps1" "{{ template_dir }}/scripts/Installers/Windows2019/Install-Python.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -491,12 +497,6 @@
"{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1" "{{ template_dir }}/scripts/Installers/Install-InnoSetup.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[