mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Use unxz to unarchive image
This commit is contained in:
@@ -71,7 +71,7 @@ get_image() {
|
||||
|
||||
echo_stamp "Unzipping Linux distribution image"
|
||||
apt-get update && apt-get install -y xz-utils
|
||||
xz -d -v ${BUILD_DIR}/${RPI_ZIP_NAME}
|
||||
unxz ${BUILD_DIR}/${RPI_ZIP_NAME}
|
||||
}
|
||||
|
||||
get_image ${IMAGE_PATH} ${SOURCE_IMAGE}
|
||||
|
||||
Reference in New Issue
Block a user