Commit 65e63ca9 authored by Rane Squires's avatar Rane Squires

Add activation key

parent eefd98d3
Pipeline #51 canceled with stages
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
define matlab::install( # $namevar matlab release version define matlab::install( # $namevar matlab release version
$iso = 'R2019a_Linux.iso', # matlab iso for installation $iso = 'R2019a_Linux.iso', # matlab iso for installation
$licensekey, # format: #####-#####-#####-##### $licensekey = '19028-42418-65144-00917-01721' # 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 = true, # do you agree to license, true/false ?
$prefix = '/opt' # install prefix $prefix = '/opt' # install prefix
) { ) {
include 'matlab' include 'matlab'
......
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