PLCnext / PLCnext_CLI

The PLCnext CLI is our tool for programming in high level languages for the PLCnext Technology ecosystem. Build an up-to-date version of the PLCnext CLI that includes the very latest bug fixes, or even build your own customised version. Test the newest features or contribute your ideas.
Apache License 2.0
10 stars 3 forks source link

Post-installation message on CLI 2021.6 for Linux #10

Closed martinboers closed 2 years ago

martinboers commented 3 years ago

After installing CLI version 2021.6 for Linux, this message appears:

image

This message appears to have two problems:

  1. The version number that is displayed (2021.0 LTS) is incorrect.

  2. When the suggested command is executed, the following symbolic link appears in the bin directory:

image

... which doesn't run plcncli in the installed directory.

Perhaps the command should be:

sudo ln -sf $(pwd)/plcncli /bin/plcncli
martinboers commented 2 years ago

Fixed in version 2021.6.1