Skip to content

Commit e12f285

Browse files
committed
image - updated buster raspios lite image url
Buster is now being supported as the "oldstable" release and newer downloads are available via https://downloads.raspberrypi.org/raspios_oldstable_lite_armhf_latest redirect
1 parent ee56907 commit e12f285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/admin/image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function create_chroot_image() {
4242
url="https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-04-09/2019-04-08-raspbian-stretch-lite.zip"
4343
;;
4444
buster)
45-
url="https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-lite.zip"
45+
url="https://downloads.raspberrypi.org/raspios_oldstable_lite_armhf_latest"
4646
;;
4747
bullseye)
4848
url="https://downloads.raspberrypi.org/raspios_lite_armhf_latest"

0 commit comments

Comments
 (0)