From fd9a6f35a82affdd3173b1a8ef02e883b2217898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Tue, 10 Feb 2015 12:25:58 +0100 Subject: Fix shamu blob installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernhard Rosenkränzer --- get-shamu-blobs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/get-shamu-blobs b/get-shamu-blobs index 0a23cd4..ea0df8f 100755 --- a/get-shamu-blobs +++ b/get-shamu-blobs @@ -3,14 +3,14 @@ wget https://dl.google.com/dl/android/aosp/broadcom-shamu-lrx22c-602f9b2e.tgz wget https://dl.google.com/dl/android/aosp/moto-shamu-lrx22c-b19e597a.tgz wget https://dl.google.com/dl/android/aosp/qcom-shamu-lrx22c-ddeee8d1.tgz -for i in *-hammerhead-*.tgz; do +for i in *-shamu-*.tgz; do tar xf $i done mkdir junk echo 'cat "$@"' >junk/more chmod +x junk/more export PATH=`pwd`/junk:$PATH -for i in extract-*-hammerhead.sh; do +for i in extract-*-shamu.sh; do echo -e "\nI ACCEPT" |./$i done -rm -rf junk *-hammerhead-*.tgz extract-*-hammerhead.sh +rm -rf junk *-shamu-*.tgz extract-*-shamu.sh -- cgit v1.2.3