Update APT instructions according to repository configuration (#10869)
This commit is contained in:
parent
97efdb5020
commit
0dc2ab182b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user