mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
13 lines
182 B
Bash
13 lines
182 B
Bash
#! /bin/sh -e
|
|
|
|
#
|
|
# Copyright (C) 2024 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
update-alternatives --quiet \
|
|
--install /usr/bin/ocloc ocloc /usr/bin/ocloc 0
|
|
|
|
exit 0
|