mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
doc: use apt instead of apt-get
to avoid issues, when ppa info was modified Change-Id: I936ea2f79370079592a4e018ede0036dcda7159d Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
f019d6ae8b
commit
e7c23a7384
@ -74,14 +74,14 @@ ipoldek install intel-gmmlib intel-graphics-compiler intel-compute-runtime
|
||||
|
||||
```
|
||||
add-apt-repository ppa:intel-opencl/intel-opencl
|
||||
apt-get update
|
||||
apt-get install intel-opencl-icd
|
||||
apt update
|
||||
apt install intel-opencl-icd
|
||||
```
|
||||
|
||||
## Ubuntu* 19.10, 20.04
|
||||
|
||||
```
|
||||
apt-get install intel-opencl-icd
|
||||
apt install intel-opencl-icd
|
||||
```
|
||||
|
||||
## Building and installation
|
||||
|
Reference in New Issue
Block a user