boschrexroth / ctrlx-automation-sdk

ctrlX AUTOMATION Software Development Kit
https://boschrexroth.github.io/ctrlx-automation-sdk/
Other
69 stars 24 forks source link

Wrong version of SDK in install-sdk.sh (qemu environment) #13

Closed KalbJosh closed 1 year ago

KalbJosh commented 2 years ago

when i excute the install scripts, in my qemu, i get the newest dotnet Verison. But the dotnet examples are for .net5.

GNU nano 4.8 install-sdk.sh #!/usr/bin/env bash sudo snap install snapcraft --classic 2>/dev/null

wget https://github.com/boschrexroth/ctrlx-automation-sdk/releases/download/1.12.0/ctrlx-automation-sdk.1.12.0.zip unzip -XK ctrlx-automation-sdk.1.12.0.zip rm ctrlx-automation-sdk.1.12.0.zip

sudo dpkg -i ctrlX-automation-sdk/deb/*.deb

chmod a+x ctrlX-automation-sdk/bin/oss.flatbuffers/ubuntu20-gcc-aarch64/release/flatc chmod a+x ctrlX-automation-sdk/bin/oss.flatbuffers/ubuntu20-gcc-x64/release/flatc

That should be Fixed.

albrecht-j commented 2 years ago

Hi @KalbJosh i updated the cloud init part to the latest released version. For now it should work in a generic way.

Thanks for the report