Skip to content

Commit

Permalink
docs(core): Indicate dependency install scripts should be run with el…
Browse files Browse the repository at this point in the history
…evated privileges. (#637)
  • Loading branch information
jackluo923 authored Dec 16, 2024
1 parent 9b1a04b commit 880a741
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before you run any commands below, you should review the scripts to ensure they
any dependencies or apply any configurations that you don't expect.
:::

To install all dependencies, run:
To install all dependencies, run the following with elevated privileges:

:::{note}
The packages built from source ([install-packages-from-source.sh][src-install-script]) are installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before you run any commands below, you should review the scripts to ensure they
any dependencies or apply any configurations that you don't expect.
:::

To install all dependencies, run:
To install all dependencies, run the following with elevated privileges:

```shell
components/core/tools/scripts/lib_install/ubuntu-focal/install-all.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before you run any commands below, you should review the scripts to ensure they
any dependencies or apply any configurations that you don't expect.
:::

To install all dependencies, run:
To install all dependencies, run the following with elevated privileges:

```shell
components/core/tools/scripts/lib_install/ubuntu-jammy/install-all.sh
Expand Down

0 comments on commit 880a741

Please sign in to comment.