summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-06 20:58:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commit33ea53f00db5760650596af24d6c5bea262ed0f6 (patch)
tree29c4231001245554ee739ca7e359b3572cf646d7 /documentation/brief-yoctoprojectqs
parent4ca20be7fe65b752b424cfaacbb107edb06e3362 (diff)
downloadpoky-33ea53f00db5760650596af24d6c5bea262ed0f6.tar.gz
manuals: replace "apt-get" by "apt"
Modern Debian based distros (such as Ubuntu) now use "apt" instead of "apt-get" Also make sure "apt" is invoked with root privileges (mandatory) (From yocto-docs rev: 380ef2474f3ecc2bce83f11cd838d054bef56d22) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 74167befad..c299df3b6a 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -80,7 +80,7 @@ distribution:
80 80
81.. code-block:: shell 81.. code-block:: shell
82 82
83 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; 83 $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
84 84
85.. note:: 85.. note::
86 86