Add --allow-releaseinfo-change flag

This commit is contained in:
Oleg Kalachev
2024-02-06 16:11:21 +03:00
parent 1154969af2
commit b5e2073007

View File

@@ -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}
}