mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
Setup: Change Ubuntu base image version from 24.04.2 to 24.04.3 #4414
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -11,7 +11,7 @@ echo "Building PhotoPrismPi SD card image..."
|
|||||||
DESTDIR=$(realpath "${1:-./setup/nas/raspberry-pi}")
|
DESTDIR=$(realpath "${1:-./setup/nas/raspberry-pi}")
|
||||||
|
|
||||||
# Ubuntu Server version and download URL:
|
# Ubuntu Server version and download URL:
|
||||||
UBUNTU_VERSION="${2:-24.04.2}"
|
UBUNTU_VERSION="${2:-24.04.3}"
|
||||||
UBUNTU_URL="https://cdimage.ubuntu.com/releases/${UBUNTU_VERSION}/release/ubuntu-${UBUNTU_VERSION}-preinstalled-server-arm64+raspi.img.xz"
|
UBUNTU_URL="https://cdimage.ubuntu.com/releases/${UBUNTU_VERSION}/release/ubuntu-${UBUNTU_VERSION}-preinstalled-server-arm64+raspi.img.xz"
|
||||||
|
|
||||||
# SD card image file name and path:
|
# SD card image file name and path:
|
||||||
|
|||||||
Reference in New Issue
Block a user