Skip to content
Snippets Groups Projects
Commit c9388c58 authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Fix image name of custom base image

parent 8e6b3a38
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ build-zynthbox-image-armhf:
- wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-02-22/2023-02-21-raspios-bullseye-armhf-lite.img.xz' -P ./image
- ../../CustomPiOS/src/update-custompios-paths
- bash -x ./build_dist
- prefix=$(ls workspace/*.img | sed "s|workspace/||;s|raspbian-bullseye-lite.img||")
- prefix=$(ls workspace/*.img | sed "s|workspace/||;s|raspios-bullseye-armhf-lite.img||")
- mv "workspace/*.img" "/$prefix_$(date +"%d-%m-%Y")-realtimepi-bullseye-armhf-lite.img"
- cd /
- rm -rf CustomPiOS RealtimePi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment