From 96bcb2a3ae37811c7e90bf7cde133efdaf539717 Mon Sep 17 00:00:00 2001 From: jDietschi Date: Tue, 23 May 2023 02:54:22 +0200 Subject: [PATCH] renaming script 031_install_vc4cl_runtime How To referenced an install script that did not exist (typo). The existing install script's name seemed not to comply with the naming standards in the repository --- 031_installvc4cl_runtime.sh => 031_install_vc4cl_runtime.sh | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename 031_installvc4cl_runtime.sh => 031_install_vc4cl_runtime.sh (100%) mode change 100755 => 100644 diff --git a/031_installvc4cl_runtime.sh b/031_install_vc4cl_runtime.sh old mode 100755 new mode 100644 similarity index 100% rename from 031_installvc4cl_runtime.sh rename to 031_install_vc4cl_runtime.sh diff --git a/README.md b/README.md index 7d0f952..7c75d34 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ cd rpi3-vc4cl ### VC4CL ``` -./031_install_vc4c_runtime.sh +./031_install_vc4cl_runtime.sh ./032_install_vc4cl.sh ```