From e308114e289e571487ce92c9cc1eedd665640e5f Mon Sep 17 00:00:00 2001 From: Yossi Date: Sun, 23 Apr 2017 08:50:19 +0300 Subject: [PATCH] move i2S to bottom --- stage2/01-sys-tweaks/01-run.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 746abc1..a035216 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -139,11 +139,6 @@ echo "start_x=1" >> /boot/config.txt - - -echo "========== Setup sound to I2S ============" -sudo curl -sS https://dride.io/code/i2samp.sh | bash - echo "========== Install mpg123 ============" sudo apt-get install mpg123 -y @@ -302,7 +297,8 @@ sudo rm opencv-3.1.0.zip # TODO: Add a test if openCV was installed correctly - +echo "========== Setup sound to I2S ============" +sudo curl -sS https://dride.io/code/i2samp.sh | bash