Commit eefd98d3 authored by Rane Squires's avatar Rane Squires

Add ISO name to installation variables

parent b59aef98
Pipeline #50 canceled with stages
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
define matlab::install( # $namevar matlab release version define matlab::install( # $namevar matlab release version
$iso, # matlab iso for installation $iso = 'R2019a_Linux.iso', # matlab iso for installation
$licensekey, # format: #####-#####-#####-##### $licensekey, # format: #####-#####-#####-#####
$licensefile, # license.lic as provided by mathworks $licensefile, # license.lic as provided by mathworks
$licenseagree = false, # do you agree to license, true/false ? $licenseagree = false, # do you agree to license, true/false ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment