Skip to content

Commit

Permalink
Update Raspberry Pi OS to 2024-03-15
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 17, 2024
1 parent 960a105 commit ef43b04
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 @@ -16,7 +16,7 @@
set -e # Exit immidiately on non-zero result

# https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit
SOURCE_IMAGE="https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-12-11/2023-12-11-raspios-bookworm-armhf-lite.img.xz"
SOURCE_IMAGE="https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-03-15/2024-03-15-raspios-bookworm-armhf-lite.img.xz"

export DEBIAN_FRONTEND=${DEBIAN_FRONTEND:='noninteractive'}
export LANG=${LANG:='C.UTF-8'}
Expand Down

0 comments on commit ef43b04

Please sign in to comment.