From 8eb1d4f60ef7c3ce87f904ab38e7d0faef5f5746 Mon Sep 17 00:00:00 2001 From: Zhang Liangliang Date: Tue, 4 Jul 2017 16:11:08 -0700 Subject: [PATCH] minor fixes in quickstart/apollo_1_0_hardware_system_installation_guide.md --- .../quickstart/apollo_1_0_hardware_system_installation_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/apollo_1_0_hardware_system_installation_guide.md b/docs/quickstart/apollo_1_0_hardware_system_installation_guide.md index 7c99b40870..fe068b826e 100644 --- a/docs/quickstart/apollo_1_0_hardware_system_installation_guide.md +++ b/docs/quickstart/apollo_1_0_hardware_system_installation_guide.md @@ -426,7 +426,7 @@ After having the release package downloaded: ``` tar zxvf linux-4.4.32-apollo-1.0.0.tar.gz cd install -sudo ./install_kernel.sh +sudo bash install_kernel.sh ``` 3. Build the ESD CAN driver source code -- GitLab