Add julia (#476)

* Update packer configs to add julia

* fix julia installation on ubuntu
This commit is contained in:
Aleksandr Chebotov
2020-03-02 14:44:14 +03:00
committed by GitHub
parent 3145274036
commit 52d17cfc5d
5 changed files with 32 additions and 5 deletions

View File

@@ -338,6 +338,12 @@
"{{ template_dir }}/scripts/Installers/Install-Rust.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Julia.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -657,6 +663,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Rust.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Julia.ps1"
]
},
{
"type": "powershell",
"scripts":[