From 72360e5b27fa301bfd17bfe3aedd93b94e687a41 Mon Sep 17 00:00:00 2001 From: Yossi Date: Thu, 20 Apr 2017 09:05:13 +0300 Subject: [PATCH] use modified i2samp install file --- stage2/01-sys-tweaks/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index a4a9327..29c6a17 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -142,7 +142,7 @@ echo "start_x=1" >> /boot/config.txt echo "========== Setup sound to I2S ============" -sudo curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash +sudo curl -sS https://dride.io/code/i2samp.sh | bash echo "========== Install mpg123 ============" sudo apt-get install mpg123 -y