Commit 3178cda4 authored by Rane Squires's avatar Rane Squires

Change activation key to file installation key

parent 65e63ca9
Pipeline #52 canceled with stages
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
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 = '19028-42418-65144-00917-01721' # format: #####-#####-#####-##### $licensekey = '46435-40118-41073-52403-09836-46767-19152-32823-45696-25667-33707-32533-26787-25036-50875-55401-43672-61214-02211-03677-62763-55854' # format: #####-#####-#####-#####
$licensefile, # license.lic as provided by mathworks $licensefile, # license.lic as provided by mathworks
$licenseagree = true, # do you agree to license, true/false ? $licenseagree = true, # do you agree to license, true/false ?
$prefix = '/opt' # install prefix $prefix = '/opt' # install prefix
......
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