Skip to content

Commit

Permalink
Add --allow-releaseinfo-change flag
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Feb 6, 2024
1 parent 1154969 commit b5e2073
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 @@ -70,7 +70,7 @@ get_image() {
else echo_stamp "Linux distribution already donwloaded"; fi

echo_stamp "Unzipping Linux distribution image"
apt-get update
apt-get update --allow-releaseinfo-change
apt-get install -y xz-utils
unxz ${BUILD_DIR}/${RPI_ZIP_NAME}
}
Expand Down

0 comments on commit b5e2073

Please sign in to comment.