Update image writing script
This commit is contained in:
parent
524b1bfba1
commit
dc88217bf4
1 changed files with 2 additions and 4 deletions
|
@ -33,11 +33,9 @@ done
|
|||
|
||||
if [ ! -z "${SDDEVICE}" ]
|
||||
then
|
||||
if [ -d "release/aarch64/${DEVICE}" ]
|
||||
if [ -e "release/${DISTRO}-${DEVICE}.${ARCH}-${OS_VERSION}.img.gz" ]
|
||||
then
|
||||
|
||||
cd release/aarch64/${DEVICE}
|
||||
|
||||
cd release
|
||||
echo "Extracting ${DISTRO}-${DEVICE}.${ARCH}-${OS_VERSION}.img.gz"
|
||||
gunzip ${DISTRO}-${DEVICE}.${ARCH}-${OS_VERSION}.img.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue