Update APT instructions according to repository configuration (#10869)

This commit is contained in:
Sergey Lyubimtsev 2022-03-11 10:45:31 +03:00 committed by GitHub
parent 97efdb5020
commit 0dc2ab182b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,12 +35,12 @@ The complete list of supported hardware is available in the [Release Notes](http
* On Ubuntu 18 * On Ubuntu 18
```sh ```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 * On Ubuntu 20
```sh ```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: 3. Update the list of packages via the update command: