openrobertaconnector + jre
This commit is contained in:
parent
51000b03c0
commit
db9c16057e
9
win/repo-ng/adoptium_jre/init.sls
Normal file
9
win/repo-ng/adoptium_jre/init.sls
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
adoptium_jre:
|
||||||
|
'11.0.26.4':
|
||||||
|
full_name: 'Eclipse Temurin JRE mit Hotspot 11.0.26+4 (x64)'
|
||||||
|
installer: 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x64_windows_hotspot_11.0.26_4.msi'
|
||||||
|
install_flags: '/qn /norestart ADDLOCAL=ALL'
|
||||||
|
uninstall_flags: '/qn /norestart'
|
||||||
|
msiexec: True
|
||||||
|
locale: en_US
|
||||||
|
reboot: False
|
@ -6,7 +6,7 @@ openrobertaconnector:
|
|||||||
{%- endload %}
|
{%- endload %}
|
||||||
{%- for version in versions %}
|
{%- for version in versions %}
|
||||||
'{{version}}':
|
'{{version}}':
|
||||||
full_name: 'Open Roberta Connector {{version}}'
|
full_name: 'Open Roberta Connector'
|
||||||
installer: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
|
installer: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
|
||||||
uninstaller: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
|
uninstaller: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
|
||||||
install_flags: '/qn /norestart'
|
install_flags: '/qn /norestart'
|
||||||
|
Loading…
Reference in New Issue
Block a user