Skip to content

Commit

Permalink
Foo
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Feb 6, 2024
1 parent bf29e87 commit 225d8e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ get_image() {
else echo_stamp "Linux distribution already donwloaded"; fi

echo_stamp "Unzipping Linux distribution image"
apt-get update && apt-get install -y xz-utils
apt-get update
apt-get install -y xz-utils
unxz ${BUILD_DIR}/${RPI_ZIP_NAME}
}

Expand Down

0 comments on commit 225d8e8

Please sign in to comment.