Closed KalbJosh closed 1 year 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.
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
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.