Fix ubuntu 18.04 template

This commit is contained in:
Vladimir Safonkin
2020-10-02 16:51:03 +03:00
parent 3203e15121
commit 7df63a370d

View File

@@ -212,8 +212,7 @@
"{{template_dir}}/scripts/installers/hosted-tool-cache.sh",
"{{template_dir}}/scripts/installers/pypy.sh",
"{{template_dir}}/scripts/installers/python.sh",
"{{template_dir}}/scripts/installers/test-toolcache.sh",
"{{template_dir}}/scripts/installers/pipx-packages.sh"
"{{template_dir}}/scripts/installers/test-toolcache.sh"
],
"environment_vars": [
"HELPER_SCRIPTS={{user `helper_script_folder`}}",
@@ -236,6 +235,13 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} pwsh -f {{ .Path }}'"
},
{
"type": "shell",
"scripts": [
"{{template_dir}}/scripts/installers/pipx-packages.sh"
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"scripts": [