mirror of
https://github.com/Evolution-X-Devices/device_google_raviole
synced 2026-02-01 08:03:20 +00:00
TEST:generated blobs from artifacts. Flashed device BUG: 182332166 Change-Id: Id30463bdcad7a8e9818bc1db187c4e6f945d4d49
23 lines
301 B
Plaintext
23 lines
301 B
Plaintext
__EOF__
|
|
|
|
if test $? != 0
|
|
then
|
|
echo ERROR: Couldn\'t display license file 1>&2
|
|
exit 1
|
|
fi
|
|
|
|
echo
|
|
|
|
echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\
|
|
read typed
|
|
|
|
if test "$typed" != I\ ACCEPT
|
|
then
|
|
echo
|
|
echo You didn\'t accept the license. Extraction aborted.
|
|
exit 2
|
|
fi
|
|
|
|
echo
|
|
|