From e47d9d31ec00c08eb01c2bed08b1ee1f6f87796a Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Mon, 30 May 2022 23:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9CPU=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E7=9A=84=E6=A3=80=E6=9F=A5=E5=8A=9F=EF=BC=8C=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E6=98=AF=E8=8B=B1=E7=89=B9=E5=B0=94=E7=B3=BB=E5=88=97?= =?UTF-8?q?CPU=EF=BC=8C=E5=88=99=E5=AE=89=E8=A3=85=20libOpenCL.so=20?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- first_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first_run.sh b/first_run.sh index c30ae99..ee641ea 100755 --- a/first_run.sh +++ b/first_run.sh @@ -40,7 +40,7 @@ sleep 1 CPU=`cat /proc/cpuinfo | grep "model name"` echo -e "$CPU\n\n" if [ `echo $CPU | grep "Intel(R)"` ] ; then - sudo sudo apt install ocl-icd-opencl-dev + sudo apt install ocl-icd-opencl-dev fi echo -e "\n\n已经安装完成 运行脚本需要的工具 ……\n" echo $BOUNDARYEND