Skip to content

Commit

Permalink
Use unxz to unarchive image
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Feb 6, 2024
1 parent 24c15f6 commit bf29e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bf29e87

Please sign in to comment.