create repo file (#15394)

This commit is contained in:
Sebastian Golebiewski 2023-01-30 17:39:46 +01:00 committed by GitHub
parent ea0183359f
commit bb18069f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ Installing OpenVINO Runtime from YUM is recommended for C++ developers. If you a
### Step 1: Set Up the Repository
1. Create the YUM repo file in the `/tmp` directory as a normal user:
1. Create the `openvino-2022.repo` YUM repo file in the `/tmp` directory as a normal user:
```
tee > /tmp/openvino-2022.repo << EOF
[OpenVINO]
@ -53,7 +53,7 @@ Installing OpenVINO Runtime from YUM is recommended for C++ developers. If you a
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF
```
2. Move the new openvino-2022.repo file to the YUM configuration directory `/etc/yum.repos.d`:
2. Move the new `openvino-2022.repo` file to the YUM configuration directory `/etc/yum.repos.d`:
```sh
sudo mv /tmp/openvino-2022.repo /etc/yum.repos.d
```