Skip to content

v2.0.20

Choose a tag to compare

@shannah shannah released this 14 Feb 18:37

Full Changelog: v2.0.19...v2.0.20

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.20/install.sh?headless=true')"

Install specific version 2.0.20

See download page for more download options.