From 9ac9fd2faa6f0fdba0711a9c029be070aedc721a Mon Sep 17 00:00:00 2001 From: clausMeko <79842967+clausMeko@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:45:26 +0200 Subject: [PATCH 1/3] chore: installation convenience * The mentioned script name was outdated. * This is closer to the high level of detail as the previous installation hints --- doc/install-scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-scripts.md b/doc/install-scripts.md index 895fd29b..d8a2d301 100644 --- a/doc/install-scripts.md +++ b/doc/install-scripts.md @@ -13,7 +13,7 @@ __Hint:__ The ctrlX AUTOMATION SDK contains these scripts also in the folder scr In addition to the ctrlX AUTOMATION SDK, the ctrlx-datalayer debian package, snapcraft and libraries for cross build are installed. - ~/scripts/install-sdk.sh + `sh -c "$(curl -fsSL https://raw.githubusercontent.com/boschrexroth/ctrlx-automation-sdk/main/scripts/clone-install-sdk.sh)"` Now the directory ctrlx-automation-sdk/ contains the files of the ctrlX AUTOMATION SDK. @@ -23,4 +23,4 @@ These scripts are installing programming language dependend packages to be able ### install-ctrlx-os-dev-tools.sh -This script installs packages needed to build a ctrlX CORE image. \ No newline at end of file +This script installs packages needed to build a ctrlX CORE image. From 14c7e011e87fd07c1899d1f9eb1982129bf0a1b3 Mon Sep 17 00:00:00 2001 From: clausMeko <79842967+clausMeko@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:06:26 +0200 Subject: [PATCH 2/3] Update install-scripts.md --- doc/install-scripts.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/install-scripts.md b/doc/install-scripts.md index d8a2d301..45299a4e 100644 --- a/doc/install-scripts.md +++ b/doc/install-scripts.md @@ -13,7 +13,10 @@ __Hint:__ The ctrlX AUTOMATION SDK contains these scripts also in the folder scr In addition to the ctrlX AUTOMATION SDK, the ctrlx-datalayer debian package, snapcraft and libraries for cross build are installed. - `sh -c "$(curl -fsSL https://raw.githubusercontent.com/boschrexroth/ctrlx-automation-sdk/main/scripts/clone-install-sdk.sh)"` +```shell + apt install unzip + sh -c "$(curl -fsSL https://raw.githubusercontent.com/boschrexroth/ctrlx-automation-sdk/main/scripts/clone-install-sdk.sh)" +``` Now the directory ctrlx-automation-sdk/ contains the files of the ctrlX AUTOMATION SDK. From e2f8d95f66c3096100bc8eccb88aba85023d0fcf Mon Sep 17 00:00:00 2001 From: clausMeko <79842967+clausMeko@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:18:11 +0200 Subject: [PATCH 3/3] Update install-scripts.md I checked it myself currently the mentioned scripts folder is no more part of the dev environment. --- doc/install-scripts.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/install-scripts.md b/doc/install-scripts.md index 45299a4e..87127a70 100644 --- a/doc/install-scripts.md +++ b/doc/install-scripts.md @@ -1,8 +1,6 @@ -The directory __/home/boschrexroth/scripts/__ of an App Build Environment contains a set of important scripts. +The repository https://github.com/boschrexroth/ctrlx-automation-sdk contains a set of important scripts. -In the file `/home/boschrexroth/scripts/README.md` all files are listed and described. - -__Hint:__ The ctrlX AUTOMATION SDK contains these scripts also in the folder scripts/environment/scripts. +In the file `./scripts/README.md` all files are listed and described. ## Some important scripts