From 0dc2ab182bdc48cce9b99958da58f9d6e7fd909c Mon Sep 17 00:00:00 2001 From: Sergey Lyubimtsev Date: Fri, 11 Mar 2022 10:45:31 +0300 Subject: [PATCH] Update APT instructions according to repository configuration (#10869) --- docs/install_guides/installing-openvino-apt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install_guides/installing-openvino-apt.md b/docs/install_guides/installing-openvino-apt.md index 5acfe3e40b2..5c8d1dcca52 100644 --- a/docs/install_guides/installing-openvino-apt.md +++ b/docs/install_guides/installing-openvino-apt.md @@ -35,12 +35,12 @@ The complete list of supported hardware is available in the [Release Notes](http * On Ubuntu 18 ```sh - echo "deb https://apt.repos.intel.com/openvino/2022/bionic all main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list + echo "deb https://apt.repos.intel.com/openvino/2022 bionic main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list ``` * On Ubuntu 20 ```sh - echo "deb https://apt.repos.intel.com/openvino/2022/focal all main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list + echo "deb https://apt.repos.intel.com/openvino/2022 focal main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list ``` 3. Update the list of packages via the update command: