From c58fb22795c3ed791003b96affd064722fc0f8bc Mon Sep 17 00:00:00 2001 From: Jack Luo Date: Mon, 16 Dec 2024 01:48:48 +0800 Subject: [PATCH] Fixed ocpy and paste typo --- .../dev-guide/components-core/centos-stream-9-deps-install.md | 2 +- docs/src/dev-guide/components-core/ubuntu-focal-deps-install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/dev-guide/components-core/centos-stream-9-deps-install.md b/docs/src/dev-guide/components-core/centos-stream-9-deps-install.md index 679aa242f..3d6f1c396 100644 --- a/docs/src/dev-guide/components-core/centos-stream-9-deps-install.md +++ b/docs/src/dev-guide/components-core/centos-stream-9-deps-install.md @@ -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, To install all dependencies, run with elevated privileges: +To install all dependencies, run with elevated privileges: :::{note} The packages built from source ([install-packages-from-source.sh][src-install-script]) are installed diff --git a/docs/src/dev-guide/components-core/ubuntu-focal-deps-install.md b/docs/src/dev-guide/components-core/ubuntu-focal-deps-install.md index de03aaf84..586a4f232 100644 --- a/docs/src/dev-guide/components-core/ubuntu-focal-deps-install.md +++ b/docs/src/dev-guide/components-core/ubuntu-focal-deps-install.md @@ -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, To install all dependencies, run with elevated privileges: +To install all dependencies, run with elevated privileges: ```shell components/core/tools/scripts/lib_install/ubuntu-focal/install-all.sh