Skip to content

v2.0.16

Choose a tag to compare

@shannah shannah released this 01 Feb 14:40

Full Changelog: v2.0.15...v2.0.16

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

Install specific version 2.0.16

See download page for more download options.