Skip to content

Commit

Permalink
update camunda modeler for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Jun 27, 2024
1 parent 2aa5ca4 commit a5bf781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/modeler/install_linux_modeler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ while [[ ! $REPLY =~ ^(y|Y|n|N)$ ]]; do

echo
echo "Downloading camunda modeler now..."
curl -LO https://downloads.camunda.cloud/release/camunda-modeler/5.11.0/camunda-modeler-5.11.0-linux-x64.tar.gz
curl -LO https://downloads.camunda.cloud/release/camunda-modeler/5.24.0/camunda-modeler-5.24.0-linux-x64.tar.gz
tar zxvf *.tar.gz

rm camunda*.tar.gz
Expand Down

0 comments on commit a5bf781

Please sign in to comment.