Skip to content

v2.0.18

Choose a tag to compare

@shannah shannah released this 14 Feb 15:08

Full Changelog: v2.0.17...v2.0.18

Application Installers latest release

CLI Installation

Interactive

/bin/bash -c "$(curl -fsSL 'https://www.jdeploy.com/gh/shannah/jdeploy-service-example/install.sh')"

Launches graphical installer

Headless

/bin/bash -c "$(curl -fsSL 'https://www.jdeploy.com/gh/shannah/jdeploy-service-example/install.sh?headless=true')"

For CI/CD and automated deployments

Version-Pinned Headless

/bin/bash -c "$(curl -fsSL 'https://www.jdeploy.com/gh/shannah/jdeploy-service-example/2.0.18/install.sh?headless=true')"

Install specific version 2.0.18

See download page for more download options.