Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Dec 21, 2024
1 parent 5a8e0ea commit 60bfa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wget "https://downloads.raspberrypi.org/raspios_lite_armhf/root.tar.xz"

xz -d root.tar.xz

LATEST_PI_VER=$(curl https://downloads.raspberrypi.org/raspios_lite_armhf/os.json | jq '.["release_date"]')
LATEST_PI_VER=$(curl https://downloads.raspberrypi.org/raspios_lite_armhf/os.json | jq -r '.["release_date"]')

docker import - pimachinelearning/raspi-os-lite:"$LATEST_PI_VER" < root.tar
docker import - pimachinelearning/raspi-os-lite:latest < root.tar
Expand Down

0 comments on commit 60bfa31

Please sign in to comment.