This commit is contained in:
Oleg Kalachev
2024-02-06 16:08:21 +03:00
parent bf29e87cea
commit 225d8e85ff

View File

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