diff --git a/doc/docs/usage/tutorial-vehicle-signals.md b/doc/docs/usage/tutorial-vehicle-signals.md index 8e5947194..78cb5a707 100644 --- a/doc/docs/usage/tutorial-vehicle-signals.md +++ b/doc/docs/usage/tutorial-vehicle-signals.md @@ -148,8 +148,8 @@ It should print: ```text NAME WORKLOADS CPU USAGE FREE MEMORY -agent_A 2 42.42% 42B -infotainment 0 42.42% 42B +agent_A 2 42% 42B +infotainment 0 42% 42B ``` Since `agent_A` is already managing the `databroker` and the `speed-provider` workloads, the `WORKLOADS` column contains the number `2`. The Ankaios agent `infotainment` has recently been started and does not yet manage any workloads. diff --git a/tools/install.sh b/tools/install.sh index 81642ea9d..ac7bb1a8c 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -4,7 +4,7 @@ set -e # GITHUB RELEASE URL SCHEMA for concrete release artifact: https://github.com///releases/download// # GITHUB RELEASE URL SCHEMA for latest release artifact: https://github.com///releases/latest/download/ (takes the release marked as latest) -RELEASE_URL_BASE="https://github.com/HorjuRares/ankaios/releases" +RELEASE_URL_BASE="https://github.com/eclipse-ankaios/ankaios/releases" DEFAULT_BIN_DESTINATION="/usr/local/bin" BIN_DESTINATION="${DEFAULT_BIN_DESTINATION}" DEFAULT_AGENT_OPT="--insecure --name agent_A"